Enumeration of different kinds of Operation
Namespace: PostSharp.Patterns.Recording
Assembly: PostSharp.Patterns.Model.dll
Syntax
[Obsolete("[Recordable] aspect and its components are deprecated and will be removed in a future version.", false)]
public enum OperationKindFields
| Name | Description |
|---|---|
| AttachRecorderToObject | |
| ChangeManySetItems | |
| ClearCollection | |
| ClearDictionary | |
| ClearSet | |
| Composite | |
| DetachRecorderFromObject | |
| Field | |
| InsertCollectionItem | |
| InsertCollectionRange | |
| InsertDictionaryItem | |
| InsertSetItem | |
| Method | |
| MoveCollectionItem | |
| Named | |
| Other | User-defined operation. Any value higher than Other is acceptable. |
| RemoveCollectionItem | |
| RemoveCollectionRange | |
| RemoveDictionaryItem | |
| RemoveSetItem | |
| RestorePoint | |
| SetCollectionItem | |
| SetDictionaryItem |