DataColumnProperties Methods TIBCO Spotfire 6.0 API Reference
The DataColumnProperties type exposes the following members.
Methods

  NameDescription
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetProperty
Gets the value of a named property.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasPropertyValue
Checks if the column has a value for a named property.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPropagate(ImportContext)
Create a new collection of column properties where all the properties that are defined in the DataPropertyRegistry with the DataPropertyAttributesIsPropagated are forwarded.
Public methodPropagate(ImportContext, Boolean, IDataFormatter, DataType)
Create a new collection of column properties where all the properties that are defined in the DataPropertyRegistry with the DataPropertyAttributesIsPropagated are forwarded.
Public methodPropertyExists
Checks if a property with a given name exists.
Public methodSetProperty
Sets the value of a named property. The property has to be defined in the DataPropertyRegistry and the value has to be of the same type as defined in the registry.
Back to Top
See Also