Action |
public class ActionPutToPropertyBag : IActionOnProperty, IImmutable, IEquatable<ActionPutToPropertyBag>
The ActionPutToPropertyBag type exposes the following members.
| Name | Description | |
|---|---|---|
| ActionPutToPropertyBag | Initializes a new instance of the ActionPutToPropertyBag class |
| Name | Description | |
|---|---|---|
| Description | Gets or sets the description of the action. | |
| Level | 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. | |
| PropertyName | Gets or sets the name of the property to be put into the property bag. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |