DocumentNode Methods TIBCO Spotfire 7.6 API Reference

The DocumentNode type exposes the following members.

Methods

  Name Description
Protected method CreateEventRelay(PropertyName, StatelessDependencyDeclarer)
Creates an event relay. An event relay is a property in the document model which propagates event. An event is raised for the event relay whenever when the trigger returned by the specified dependencyDeclarer fires.
Protected method CreateEventRelay(PropertyName, StatelessDependencyDeclarer, EventRelayMode)
Creates an event relay. An event relay is a property in the document model which propagates event. An event is raised for the event relay whenever when the trigger returned by the specified dependencyDeclarer fires.
Protected method CreatePropertyT(PropertyName, UndoableListT)
Protected method CreatePropertyT(PropertyName, UndoableSetT)
Protected method CreatePropertyTNode(PropertyName, UndoableCrossReferencePropertyTNode, TNode)
Protected method CreatePropertyT(PropertyName, UndoablePropertyT, T)
Protected method CreatePropertyTKey, TValue(PropertyName, UndoableDictionaryTKey, TValue)
Protected method CreatePropertyTKey, TNode(PropertyName, PropertyName, UndoableKeyedCollectionTKey, TNode)
Protected method CreateReadOnlyPropertyT
Creates a read-only property of type T and assigns it to the specified field.
Protected method CreateRuntimeConstantT
Creates a runtime constant. A runtime constant is a property in the document model whose value is computed once when first accessed. The value is then disposed along with the DocumentNode.
Protected method CreateRuntimePropertyT(PropertyName, RuntimePropertyT, DependencyDeclarer, PropertyComputerT) Obsolete.
Protected method CreateRuntimePropertyT(PropertyName, RuntimePropertyT, StatelessDependencyDeclarer, StatelessPropertyComputerT)
Protected method DeclareInternalEventHandlers
Override this method to declare handlers of internal events.
Protected method DeserializePropertyT(SerializationInfo, StreamingContext, PropertyName, UndoableCrossReferencePropertyT)
Protected method DeserializePropertyT(SerializationInfo, StreamingContext, PropertyName, UndoableListT)
Protected method DeserializePropertyT(SerializationInfo, StreamingContext, PropertyName, UndoablePropertyT)
Protected method DeserializePropertyT(SerializationInfo, StreamingContext, PropertyName, UndoableSetT)
Protected method DeserializePropertyTKey, TValue(SerializationInfo, StreamingContext, PropertyName, UndoableDictionaryTKey, TValue)
Protected method DeserializePropertyTKey, TNode(SerializationInfo, StreamingContext, PropertyName, PropertyName, UndoableKeyedCollectionTKey, TNode)
Protected method DeserializeReadOnlyPropertyT
Deserializes a read-only property of type T stored in info with key propertyName.
Protected method DuplicateSubtreeT
Returns a copy of the sub tree spanned from this node that has the same outwards non-owning references. The returned copy will be in state New and is intended to be attached to the document immediately.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected method GetPersistedTypeName
Can be used in the deserialization constructor to get the type name that the class corresponding to this class had when it was originally serialized. Will return null if the specified caller type has no correspondence in the serialized information
Protected method GetPersistedVersion
Can be used in the deserialization constructor to get the persistence version that this class was marked with when it was originally serialized. Will return null if the specified caller type has no correspondence in the serialized information
Protected method GetService
Override this method to provide services accessible from this node and its descendants. If you can not provide the requested service, you should call base.GetService which relays the request to the owner or to the AnalysisApplication if no owner is set.
(Inherited from Node.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method InternalTransaction
Starts an internal transaction on the document model by executing the specified executor delegate.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method OnConfigure
Allows a node to configure itself to the surrounding document.
Protected method OnConfigured
Allows a node to configure itself to the surrounding document.
Protected method OnReconfigure
Allows a node to reconfigure itself to a new part of the surrounding document.
Protected method OnReconfigured
Allows a node to reconfigure itself to a new part of the surrounding document.
Protected method SerializePropertyT(SerializationInfo, StreamingContext, UndoableCrossReferencePropertyT)
Serializes an Undoable*Property with value of type T storing it in info with key property.Name.
Protected method SerializePropertyT(SerializationInfo, StreamingContext, UndoableListT)
Serializes an UndoableList with values of type T storing it in info with key list.Name.
Protected method SerializePropertyT(SerializationInfo, StreamingContext, UndoablePropertyT)
Serializes an UndoableProperty with value of type T storing it in info with key property.Name.
Protected method SerializePropertyT(SerializationInfo, StreamingContext, UndoableSetT)
Serializes an UndoableSet storing it in info with key given by the property name of the set.
Protected method SerializePropertyTKey, TValue(SerializationInfo, StreamingContext, UndoableDictionaryTKey, TValue)
Serializes an UndoableDictionary storing it in info with key given by the property name of the dictionary.
Protected method SerializePropertyTKey, TNode(SerializationInfo, StreamingContext, UndoableKeyedCollectionTKey, TNode)
Protected method SerializeReadOnlyPropertyT
Serializes a read-only property of type T stored in info with key propertyName.
Protected method ValidateAttached
Validates that the node is attached.
Top
Extension Methods

  Name Description
Public Extension Method GetServiceTService
Convenience generic extension method that calls GetService(Type) and casts the result.
(Defined by Extensions.)
Top
Explicit Interface Implementations

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

Reference