Click or drag to resize

PropertyBag Fields

The PropertyBag type exposes the following members.

Fields
 NameDescription
Protected field_accumulatedEventData Holds the accumulated change data.
(Inherited from SuspendableDocumentNodeWithSingleAccumulatedDataT)
Protected field_parent The parent object this instance belongs to.
(Inherited from SuspendableDocumentNodeBase)
Protected field_properties Dictionary that hold the properties. Key is the Guid of the property key (or any other string). Value is the property value.
Protected field_suspendTokensOfChildsStores the suspend tokens of the suspended childs of this object.
(Inherited from SuspendableDocumentNode)
Public fieldStatic memberTemporaryPropertyPrefixString Get a string that designates a temporary property (i.e. a property that is not stored permanently). If any property key starts with this prefix, the propery is not serialized when storing the project.
Top
See Also