[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Structure.AttrClsRevision

Class AttrClsRevision

Namespace
GrapeCity.Documents.Pdf.Structure
Assembly
GcDocs.Pdf.dll

Contains a structure attribute's (Attr object) class name and its revision.

public class AttrClsRevision : RevisionItem, IOwnedObject
Inheritance
object
AttrClsRevision
Implements
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

AttrClsRevision(string, int)

Initializes a new instance of the AttrClsRevision class.

public AttrClsRevision(string attrClsName, int revision = 0)

Parameters

attrClsName string

The attribute class name.

revision int

The revision of attribute, 0 by default.

Properties

AttrClsName

Gets the attribute class.

public string AttrClsName { get; set; }

Property Value

string

Owner

Gets the AttrRevisionCollection containing this object.

public AttrClsRevisionCollection Owner { get; }

Property Value

AttrClsRevisionCollection

StructElement

Gets the StructElement owning this object.

public StructElement StructElement { get; }

Property Value

StructElement