![]() |
DocumentObject Class |
The DocumentObject type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Clone |
Creates a deep copy of the DocumentObject. The parent of the new object is null.
|
![]() |
CreateValue |
Creates an object using the default constructor.
|
![]() |
DeepCopy |
Implements the deep copy of the object.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValue(String) |
Returns the value with the specified name.
|
![]() |
GetValue(String, GV) |
Returns the value with the specified name and value flags.
|
![]() |
HasValue |
Determines whether this instance has a value of the given name.
|
![]() |
IsNull |
Determines whether this instance is null (not set).
|
![]() |
IsNull(String) |
Determines whether the value of the given name is null.
|
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetNull |
Resets this instance, i.e. IsNull() will return true afterwards.
|
![]() |
SetNull(String) |
Resets the value of the given name, i.e. IsNull(name) will return true afterwards.
|
![]() |
SetParent |
Sets the parent of the specified value. If a parent is already set, an ArgumentException will be thrown.
|
![]() |
SetValue |
Sets the given value and sets its parent afterwards.
|
![]() |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() |
Document |
Gets the document of the object, or null, if the object is not associated with a document.
|
![]() |
Section |
Gets the section of the object, or null, if the object is not associated with a section.
|
![]() |
Tag |
Gets or sets a value that contains arbitrary information about this object.
|