The status of an option, including when it was last updated and whether it is actively in use for searches.

C# |
public class OptionStatus

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | OptionStatus()()()() | Initializes a new instance of the OptionStatus class |
![]() | CreationDate |
A timestamp for when this option was created.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | PendingDeletion |
Indicates that the option will be deleted once processing is complete.
|
![]() | State |
The state of processing a change to an option. Possible values:
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateDate |
A timestamp for when this option was last updated.
|
![]() | UpdateVersion |
A unique integer that indicates when this option was last updated.
Constraints: |
![]() | WithCreationDate(DateTime) | Obsolete.
Sets the CreationDate property
|
![]() | WithPendingDeletion(Boolean) | Obsolete.
Sets the PendingDeletion property
|
![]() | WithState(String) | Obsolete.
Sets the State property
|
![]() | WithUpdateDate(DateTime) | Obsolete.
Sets the UpdateDate property
|
![]() | WithUpdateVersion(Int32) | Obsolete.
Sets the UpdateVersion property
|

Object | |
![]() | OptionStatus |