FieldOperation<T> Class |
Encapsulates a modification of a field value.
System.Object
PostSharp.Patterns.Recording.Operation
PostSharp.Patterns.Recording.Operations.FieldOperation<T>
PostSharp.Patterns.Recording.Operation
PostSharp.Patterns.Recording.Operations.FieldOperation<T>
Namespace: PostSharp.Patterns.Recording.Operations
Assembly: PostSharp.Patterns.Model (in PostSharp.Patterns.Model.dll) Version: 6.10.10.0 (6.10.10.0)
The FieldOperation<T> type exposes the following members.
Name | Description | |
---|---|---|
Location |
Gets the LocationInfo of the modified field.
| |
Name |
Gets the operation name.
(Inherited from Operation.) | |
OperationDescriptor |
Gets the IOperationDescriptor, which is used by the OperationFormatter to produce a human-readable description
of the current operation.
(Inherited from Operation.) | |
OperationKind |
Gets the kind of operation.
(Overrides Operation.OperationKind.) | |
Target |
Gets the this instance.
|
Name | Description | |
---|---|---|
VisitAffectedObjects |
Executes a given action on all recordable objects involved with the current Operation.
(Overrides Operation.VisitAffectedObjects(Action<Object>).) |