Click or drag to resize

UserInfoActivityMode Enumeration

UserInfoActivityMode is used for the outbound response object of UserInfo Model Add and Update commands

Namespace: AppOne.Web.Service.Services.V1R0.Customer.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public enum UserInfoActivityMode
Members
Member nameValueDescription
Add0 Describes the Add Operation on UserInfo Entity
Update1 Describes the Update Operation on UserInfo Entity
Delete2 Describes the Delete Operation on UserInfo Entity
See Also