IEditorTrackingInfo Interface

EditorTrackingInfo value object

Members

Name Description
Read-only property CreationDateFieldName Creation date field's name
Read-only property CreatorFieldName Creator Field
Read-only property EditDateFieldName Edit date field Name
Read-only property EditorFieldName Editor Field Name
Read-only property IsTimeInUTC If true, creation and edit dates are in UTC.
Read-only property Realm Username qualifier to be used with the username in creator and editor fields.
Read-only property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.