Interface IRevisionProperties
Information on a particular revision
Inherited Members
System.ICloneable.Clone()
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IRevisionProperties : IMetaDataContainer, ICloneable
Remarks
Revision properties are used in Properties, in StartTagRevisionProperties, and in EndTagRevisionProperties.
A single revision that spans multiple parts of a document can be achieved by having multiple IRevisionMarker instances reference the same revision properties.
Properties
Author
(optional) Name of the person that made the change
Declaration
string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
This property may be null
.
Date
(optional) The date and time when the revision was made
Declaration
DateTime? Date { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
Remarks
This property may be null
.
RevisionType
The type of change the revision represents
Declaration
RevisionType RevisionType { get; set; }
Property Value
Type | Description |
---|---|
RevisionType |