Class DocumentElementRevisionInfo
Inheritance
System.Object
DocumentElementRevisionInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model.Revisions
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class DocumentElementRevisionInfo
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
|