[This is preliminary documentation and is subject to change.]
The CalloutBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CalloutBase |
Methods
| Name | Description | |
|---|---|---|
| PostAssign |
Specifies a method called after an assign operation.
| |
| PostCreate |
Specifies a method called after a create operation.
| |
| PostDelete |
Specifies a method called after a delete operation.
| |
| PostRetrieve |
Specifies a method called after a retrieve operation.
| |
| PostSetState |
Specifies a method called after a set state operation.
| |
| PostUpdate |
Specifies a method called after an update operation.
| |
| PreAssign |
Specifies a method called before an assign operation.
| |
| PreCreate |
Specifies a method called before a create operation.
| |
| PreDelete |
Specifies a method called after a delete operation.
| |
| PreRetrieve |
Specifies a method called before a retrieve operation.
| |
| PreSetState |
Specifies a method called before a set state operation.
| |
| PreUpdate |
Specifies a method called before an update operation.
|
