Class CustomerCenterConfig
Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CustomerCenterConfig.
Contains configuration when displaying the Customer Center
Inheritance
object ←
Carrier ←
CustomerCenterConfig
Inherited Members
Carrier.TableRight,
Carrier.FieldProperties,
object.ToString(),
object.Equals(object),
object.Equals(object, object),
object.ReferenceEquals(object, object),
object.GetHashCode(),
object.GetType(),
object.MemberwiseClone()
Examples
Get CustomerCenterConfig 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new CustomerServiceAgent(configuration);
var customerCenterConfig = agent.GetCustomerCenterConfig( 123 );
Constructors
CustomerCenterConfig()
Default constructor - defaults any enum props to 0.
Properties
Config
A JSON-formatted config
Property Value
string
CustConfigId
Primary key
Property Value
int
CustLangId
The customer language which this config belongs to. 0 indicates that the config is global
Property Value
int
Registered
Registered when
Property Value
DateTime
RegisteredAssociateId
Registered by whom
Property Value
int
Type
What kind of data is in this row
NULL if unknown enum value.
Property Value
ConfigType?
See Also
CustomerCenterConfig.Type_String
Type_String
What kind of data is in this row
Raw string enum value.
Property Value
string
See Also
CustomerCenterConfig.Type
Updated
Last updated when
Property Value
DateTime
UpdatedAssociateId
Last updated by whom
Property Value
int
See Also
CustomerServiceAgent