Class DocumentElementRevisionInfo
Inheritance
System.Object
DocumentElementRevisionInfo
Namespace: Telerik.Windows.Documents.Model.Revisions
Assembly: Telerik.Windows.Documents.dll
Syntax
public class DocumentElementRevisionInfo : Object
Constructors
DocumentElementRevisionInfo()
Declaration
public DocumentElementRevisionInfo()
DocumentElementRevisionInfo(RevisionInfo)
Properties
IsDeleted
Declaration
[XamlSerializable]
public bool IsDeleted { get; set; }
Property Value
System.Boolean
|
IsInserted
Declaration
[XamlSerializable]
public bool IsInserted { get; set; }
Property Value
System.Boolean
|
RevisionInfo
Declaration
[XamlCompositePropertySerializable]
public RevisionInfo RevisionInfo { get; set; }
Property Value
RevisionInfo
|