RhinoCommon API
RuntimeDocumentDataTable Class |
Collection of document runtime data. This is a good place to
put non-serialized, per document data.
SystemObject
System.Collections.GenericDictionaryObject, Object
Rhino.DocObjects.TablesRuntimeDocumentDataTable
System.Collections.GenericDictionaryObject, Object
Rhino.DocObjects.TablesRuntimeDocumentDataTable
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
The RuntimeDocumentDataTable type exposes the following members.
| Name | Description | |
|---|---|---|
| Comparer | (Inherited from DictionaryObject, Object.) | |
| Count | (Inherited from DictionaryObject, Object.) | |
| Document | ||
| Item | (Inherited from DictionaryObject, Object.) | |
| Keys | (Inherited from DictionaryObject, Object.) | |
| Values | (Inherited from DictionaryObject, Object.) |
| Name | Description | |
|---|---|---|
| Add | (Inherited from DictionaryObject, Object.) | |
| Clear | (Inherited from DictionaryObject, Object.) | |
| ContainsKey | (Inherited from DictionaryObject, Object.) | |
| ContainsValue | (Inherited from DictionaryObject, Object.) | |
| Equals | (Inherited from Object.) | |
| GetEnumerator | (Inherited from DictionaryObject, Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetObjectData | (Inherited from DictionaryObject, Object.) | |
| GetType | (Inherited from Object.) | |
| GetValueT |
Checks the dictionary for the specified key, if found and the value is not
null then then the value is returned. If the key is not found or its value
is null then newT(Document) is called to create a new value instnce which
is put in the dictionary and returned.
| |
| OnDeserialization | (Inherited from DictionaryObject, Object.) | |
| Remove | (Inherited from DictionaryObject, Object.) | |
| ToString | (Inherited from Object.) | |
| TryGetValue | (Inherited from DictionaryObject, Object.) |