Class ConnectionConfigFieldInfo
A place to store the data the admin user has entered based on the metadata from FieldMetadataInfo.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class ConnectionConfigFieldInfo : Object
Constructors
ConnectionConfigFieldInfo()
A place to store the data the admin user has entered based on the metadata from FieldMetadataInfo.
Declaration
public ConnectionConfigFieldInfo()
Properties
ConnectionConfigFieldId
Primary key
Declaration
public int ConnectionConfigFieldId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
ErpConnectionId
Erp connection, if this row belongs to an ERP Connector
Declaration
public int ErpConnectionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
FieldKey
The key that identifies the field, taken from the connector's metadata
Declaration
public string FieldKey { get; set; }
Property Value
Type | Description |
---|---|
String |
FieldValue
The field value, formatted for transport as a string using CultureDataFormatter
Declaration
public string FieldValue { get; set; }
Property Value
Type | Description |
---|---|
String |
QuoteConnectionId
Quote connection, if this row belongs to a Quote Connector
Declaration
public int QuoteConnectionId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)