DocumentNode Members TIBCO Spotfire 6.0 API Reference
The DocumentNode type exposes the following members.
Constructors

  NameDescription
Protected methodDocumentNode 
Initializes a new instance of the DocumentNode class.
Protected methodDocumentNode(SerializationInfo, StreamingContext)
Implements ISerializable.
Back to Top
Methods

  NameDescription
Protected methodCreateEventRelay
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 methodCreateProperty T (PropertyName, UndoableList T  )
Protected methodCreateProperty T (PropertyName, UndoableSet T  )
Protected methodCreateProperty TNode (PropertyName, UndoableCrossReferenceProperty TNode  , TNode)
Protected methodCreateProperty T (PropertyName, UndoableProperty T  , T)
Protected methodCreateProperty TKey, TValue (PropertyName, UndoableDictionary TKey, TValue  )
Protected methodCreateProperty TKey, TNode (PropertyName, PropertyName, UndoableKeyedCollection TKey, TNode  )
Protected methodCreateReadOnlyProperty T 
Creates a read-only property of type T and assigns it to the specified field.
Protected methodCreateRuntimeConstant T 
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 methodCreateRuntimeProperty T (PropertyName, RuntimeProperty T  , DependencyDeclarer, PropertyComputer T )Obsolete.
Protected methodCreateRuntimeProperty T (PropertyName, RuntimeProperty T  , StatelessDependencyDeclarer, StatelessPropertyComputer T )
Protected methodDeclareInternalEventHandlers
Override this method to declare handlers of internal events.
Protected methodDeserializeProperty T (SerializationInfo, StreamingContext, PropertyName, UndoableCrossReferenceProperty T  )
Protected methodDeserializeProperty T (SerializationInfo, StreamingContext, PropertyName, UndoableList T  )
Protected methodDeserializeProperty T (SerializationInfo, StreamingContext, PropertyName, UndoableProperty T  )
Protected methodDeserializeProperty T (SerializationInfo, StreamingContext, PropertyName, UndoableSet T  )
Protected methodDeserializeProperty TKey, TValue (SerializationInfo, StreamingContext, PropertyName, UndoableDictionary TKey, TValue  )
Protected methodDeserializeProperty TKey, TNode (SerializationInfo, StreamingContext, PropertyName, PropertyName, UndoableKeyedCollection TKey, TNode  )
Protected methodDeserializeReadOnlyProperty T 
Deserializes a read-only property of type T stored in info with key propertyName.
Protected methodDuplicateSubtree T 
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 methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetPersistedTypeName
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 methodGetPersistedVersion
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 methodGetService
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInternalTransaction
Starts an internal transaction on the document model by executing the specified executor delegate.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnConfigure
Allows a node to configure itself to the surrounding document.
Protected methodOnConfigured
Allows a node to configure itself to the surrounding document.
Protected methodOnReconfigure
Allows a node to reconfigure itself to a new part of the surrounding document.
Protected methodOnReconfigured
Allows a node to reconfigure itself to a new part of the surrounding document.
Protected methodSerializeProperty T (SerializationInfo, StreamingContext, UndoableCrossReferenceProperty T )
Serializes an Undoable*Property with value of type T storing it in info with key property.Name.
Protected methodSerializeProperty T (SerializationInfo, StreamingContext, UndoableList T )
Serializes an UndoableList with values of type T storing it in info with key list.Name.
Protected methodSerializeProperty T (SerializationInfo, StreamingContext, UndoableProperty T )
Serializes an UndoableProperty with value of type T storing it in info with key property.Name.
Protected methodSerializeProperty T (SerializationInfo, StreamingContext, UndoableSet T )
Serializes an UndoableSet storing it in info with key given by the property name of the set.
Protected methodSerializeProperty TKey, TValue (SerializationInfo, StreamingContext, UndoableDictionary TKey, TValue )
Serializes an UndoableDictionary storing it in info with key given by the property name of the dictionary.
Protected methodSerializeProperty TKey, TNode (SerializationInfo, StreamingContext, UndoableKeyedCollection TKey, TNode )
Protected methodSerializeReadOnlyProperty T 
Serializes a read-only property of type T stored in info with key propertyName.
Protected methodValidateAttached
Validates that the node is attached.
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetService TService 
Convenience generic extension method that calls GetService(Type) and casts the result.
(Defined by Extensions.)
Back to Top
Properties

  NameDescription
Public propertyContext
Gets the context of this node.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
Back to Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIServiceProvider GetService
Implements IServiceProvider.
(Inherited from Node.)
Explicit interface implemetationPrivate methodINodeContext GetAncestor T 
Explicit interface implemetationPrivate methodINodeContext GetService T 
Explicit interface implemetationPrivate methodINodeContext IsDescendantOf
Explicit interface implemetationPrivate methodITransactions BeginAggregatedTransaction
Explicit interface implemetationPrivate methodITransactions ExecuteInvisibleTransaction
Explicit interface implemetationPrivate methodITransactions ExecuteStickyTransaction
Explicit interface implemetationPrivate methodITransactions ExecuteTransaction
Back to Top
See Also