| PsrDataTag Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrDataTag
The PsrDataTag type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrDataTag | Initializes a new instance of the PsrDataTag class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | __type | 
                Internally used, never change this value.
             | 
|  | Data | 
                Object that the tag applies to
             | 
|  | DataId | 
                ID of the object that the tag applies to
             | 
|  | Id | 
                ID
             | 
|  | OrganisationUnit | 
                Optional organisation unit for "personal" tags (favorite for example is a tag)
             | 
|  | OrganisationUnitId | 
                Optional ID of the organisation unit for "personal" tags (favorite for example is a tag)
             | 
|  | SyncOperation | 
                Synchronisation State. Used to determine which operation to perform when synchronizing the data.
             | 
|  | Tag | 
                Tag that applies to the object
             | 
|  | TagId | 
                ID of the tag that applies to the object
             | 
|  | TimeStampUtc | 
                Timestamp of the last change
             | 
|  | 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.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | (Inherited from Object.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 See Also
See Also