EditorTrackingInfo value object
Members
Name | Description | |
---|---|---|
CreationDateFieldName | Creation date field's name | |
CreatorFieldName | Creator Field | |
EditDateFieldName | Edit date field Name | |
EditorFieldName | Editor Field Name | |
IsTimeInUTC | If true, creation and edit dates are in UTC. | |
Realm | Username qualifier to be used with the username in creator and editor fields. | |
TimeReference | Time reference for creation and edit dates. |
IEditorTrackingInfo.CreationDateFieldName Property
Creation date field's name.
Public ReadOnly Property CreationDateFieldName As String
public string CreationDateFieldName {get;}
IEditorTrackingInfo.CreatorFieldName Property
Creator Field.
Public ReadOnly Property CreatorFieldName As String
public string CreatorFieldName {get;}
IEditorTrackingInfo.EditDateFieldName Property
Edit date field Name.
Public ReadOnly Property EditDateFieldName As String
public string EditDateFieldName {get;}
IEditorTrackingInfo.EditorFieldName Property
Editor Field Name.
Public ReadOnly Property EditorFieldName As String
public string EditorFieldName {get;}
IEditorTrackingInfo.IsTimeInUTC Property
If true, creation and edit dates are in UTC.
Public ReadOnly Property IsTimeInUTC As Boolean
public bool IsTimeInUTC {get;}
IEditorTrackingInfo.Realm Property
Username qualifier to be used with the username in creator and editor fields.
Public ReadOnly Property Realm As String
public string Realm {get;}
IEditorTrackingInfo.TimeReference Property
Time reference for creation and edit dates.
Public ReadOnly Property TimeReference As ITimeReference
public ITimeReference TimeReference {get;}
Classes that implement IEditorTrackingInfo
Classes | Description |
---|---|
EditorTrackingInfo | EditorTrackingInfo co-class. |