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