DataPropertyRegistry Methods TIBCO Spotfire 7.11 API Reference

The DataPropertyRegistry type exposes the following members.

Methods

  Name Description
Public method AddProperty
Adds a new DataProperty.
Public method ContainsProperty
Checks if the property named exists in the given DataPropertyClass.
Public method GetProperties
Gets all the properties for a DataPropertyClass.
Public method GetProperty
Gets the property with the given name.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method RemoveProperty(DataPropertyClass, DataProperty)
Removes a custom property from the registry.
Public method RemoveProperty(DataPropertyClass, String)
Removes a custom property from the registry.
Public method TryGetProperty
Tries to get a property with a given name.
Top
Explicit Interface Implementations

  Name Description
Explicit interface implementation Private method IServiceProviderGetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implementation Private method INodeContextGetAncestorT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextGetServiceT (Inherited from DocumentNode.)
Explicit interface implementation Private method INodeContextIsDescendantOf (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsBeginAggregatedTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteInvisibleTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteStickyTransaction (Inherited from DocumentNode.)
Explicit interface implementation Private method ITransactionsExecuteTransaction (Inherited from DocumentNode.)
Top
See Also

Reference