Enum OperationType.EnumOperation
EnumOperation : Add = 0,Update = 1, Delete = 2.
Namespace: Cmc.Nexus.StudentAccounts.Services
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public enum EnumOperation
Fields
Name | Description |
---|---|
Add | Adds a staff record information. |
Delete | Deletes a staff record information. |
Update | Updates a staff record information. |