OperationTypeEnumOperation Enumeration |
Indicates the following types of operations:
Namespace:
Cmc.CampusLink.Wcf.Messages.Accounts- 0 - Indicates the add operation.
- 1 - Indicates the update operation.
- 2 - Indicates the delete operation.
Assembly: Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum EnumOperation
| Member name | Value | Description | |
|---|---|---|---|
| Add | 0 | Adds student payment information. | |
| Update | 1 | Updates student payment information. | |
| Delete | 2 | Deletes student payment information. |