Class DBC.SoapAccessFields
Fields for SoapAccess, Table that contains constraints on the access to the soap interface
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SoapAccessFields : Object
Fields
AddressFrom
SoapAccess.AddressFrom: IP address range from address
Declaration
public const string AddressFrom = "address_from"
Field Value
Type | Description |
---|---|
String |
AddressTo
SoapAccess.AddressTo: IP address range to address
Declaration
public const string AddressTo = "address_to"
Field Value
Type | Description |
---|---|
String |
SoapAccessId
SoapAccess.SoapAccessId: Primary key
Declaration
public const string SoapAccessId = "id"
Field Value
Type | Description |
---|---|
String |
Type
SoapAccess.Type: Type: customer, ticket, admin etc
Declaration
public const string Type = "type"
Field Value
Type | Description |
---|---|
String |