Click or drag to resize

ActionPutToPropertyBag Class

Represents an action to put a property into a property bag at a specified level during the import process. The level indicates the hierarchy of the property bag, where 0 is the property bag of the target table, -1 is the property bag of the parent folder, -2 is the property bag of the grandparent folder, and so on.
Inheritance Hierarchy
SystemObject
  Altaxo.Serialization.NamePropertyExtractionActionPutToPropertyBag

Namespace: Altaxo.Serialization.NamePropertyExtraction
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public class ActionPutToPropertyBag : IActionOnProperty, 
	IImmutable, IEquatable<ActionPutToPropertyBag>

The ActionPutToPropertyBag type exposes the following members.

Constructors
 NameDescription
Public methodActionPutToPropertyBagInitializes a new instance of the ActionPutToPropertyBag class
Top
Properties
 NameDescription
Public propertyDescription Gets or sets the description of the action.
Public propertyLevel Gets or sets the level of the property bag where the property should be put. A level of 0 indicates the property bag of the target table, -1 indicates the property bag of the parent folder, -2 indicates the property bag of the grandparent folder, and so on.
Public propertyPropertyName Gets or sets the name of the property to be put into the property bag.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also