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