Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets the attributes of the data property.
Gets the context of this node.
Gets a description of the property.
Gets a value indicating whether this property has a default value.
Gets a value indicating whether the property has a value type that is derived from the container. For example, a column property that is a list of column values.
Gets a value indicating whether this node is attached.
Gets a value indicating whether the property value is calculated or derived from the context.
Gets a value indicating whether the property takes multiple values (the value is an array).
Gets a value indicating whether the property shall be copied to objects derived from the container. For example, a column property that is propagated to a derived data view.
Gets a value indicating whether this is a standard data property.
Gets a value indicating whether the property value can be edited by the user.
Gets a value indicating whether the property can be displayed in the Data Properties UI.
Gets or sets the name of the data property.
Gets a collection of methods for executing transactions on the document.
Gets or sets the default value of the data property.
Static
DefaultGets the default attributes for a custom data property: IsPersistent, IsVisible, IsEditable.
Static
CreateCreates a prototype for a custom data property.
The property name, must be a qualified name.
The data type.
The property attributes.
A data property prototype.
Creates a prototype for a custom data property.
The property name, must be a qualified name.
The default value.
The data type.
The property attributes.
A data property prototype.
Creates a prototype for a custom data property.
The property name, must be a qualified name.
The description of the property.
The default value.
The value type.
The property attributes.
A data property prototype.
Definition of a data property.
Since
2.0