| PsrDataTagTemplate Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: PsrApi.Data
 Syntax
Syntaxpublic class PsrDataTagTemplate
The PsrDataTagTemplate type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PsrDataTagTemplate | Initializes a new instance of the PsrDataTagTemplate class | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Data | 
                Object that the template applies to
             | 
|  | DataId | 
                ID of the object that the template applies to
             | 
|  | DataType | 
                Which object type the template applies to
             | 
|  | SyncOperation | 
                Synchronisation State. Used to determine which operation to perform when synchronizing the data.
             | 
|  | TagIds | 
                ID of the tags that should be applied
             | 
|  | Target | 
                Target that the template applies to
             | 
|  | TargetId | 
                ID of the target that the template applies to
             | 
|  | TemplateGroup | 
                Optional template group
             | 
|  | TemplateGroupId | 
                Optional ID of the template group
             | 
|  | 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 | 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.) | 
 See Also
See Also