DataProperty Properties TIBCO Spotfire 7.6 API Reference

The DataProperty type exposes the following members.

Properties

  Name Description
Public property Attributes
Gets the attributes of the data property.
Public property Context
Gets the context of this node.
(Inherited from DocumentNode.)
Public property Static member DefaultAttributes
Gets the default attributes for a custom data property: IsPersistent, IsVisible, IsEditable.
Public property Description
Gets a description of the property.
Public property HasDefaultValue
Gets a value indicating whether this property has a default value.
Public property HasInheritedType
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.
Public property IsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public property IsCalculated
Gets a value indicating whether the property value is calculated or derived from the context.
Public property IsListValued
Gets a value indicating whether the property takes multiple values (the value is an array).
Public property IsPropagated
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.
Public property IsStandard
Gets a value indicating whether this is a standard data property.
Public property IsUserEditable
Gets a value indicating whether the property value can be edited by the user.
Public property IsUserVisible
Gets a value indicating whether the property can be displayed in the Data Properties UI.
Public property Name
Gets or sets the name of the data property.
Public property Transactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public property Value
Gets or sets the default value of the data property.
Top
See Also

Reference