Click or drag to resize

Operation Enumeration

Defines if Level-II data is added, updated or deleted

Namespace: ArthaChitra.Model.IO
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public enum Operation
Members
Member nameValueDescription
Added0 
Update1 
Delete2 
See Also