PsrOptionInteger Class |
Namespace: PsrApi.Data
public class PsrOptionInteger : PsrOption
The PsrOptionInteger type exposes the following members.
| Name | Description | |
|---|---|---|
| PsrOptionInteger | Initializes a new instance of the PsrOptionInteger class |
| Name | Description | |
|---|---|---|
| __type |
Internally used, never change this value.
| |
| Category |
Category that the option belongs to
(Inherited from PsrOption.) | |
| Data |
Optional object that the option belongs to
(Inherited from PsrOption.) | |
| DataId |
Optional ID of the object that the option belongs to
(Inherited from PsrOption.) | |
| Group |
Group that the option belongs to
(Inherited from PsrOption.) | |
| Id |
ID
(Inherited from PsrOption.) | |
| Name |
Name of the option
(Inherited from PsrOption.) | |
| ParentDataId |
Optional ID of the parent object
(Inherited from PsrOption.) | |
| SyncOperation |
Synchronisation State. Used to determine which operation to perform when synchronizing the data.
(Inherited from PsrOption.) | |
| TimeStampUtc |
Timestamp of the last change
(Inherited from PsrOption.) | |
| TransactionId |
The Id of the transaction. Used to identify the object in results, even if its id has changed.
Must be generated for sync operations.
(Inherited from PsrOption.) | |
| ValueInteger |
Value
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |