UpdateMethod Enumeration
Specifies the HTTP method used for updating.
Namespace: powerGate.Erp.Client
Assembly: powerGate.Erp.Client.dll
Syntax
1 | public enum UpdateMethod  | 
Members
Member name  | 
Description  | 
|---|---|
MERGE  | 
Represents an HTTP MERGE protocol method that is used to update an entity.  | 
PUT  | 
Represents an HTTP PUT protocol method that is used to update an entity.  | 
See also
Reference