Show / Hide Table of Contents

Class ConnectionConfigFieldInfo

A place to store the data the admin user has entered based on the metadata from FieldMetadataInfo.

Inheritance
Object
ConnectionConfigFieldInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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
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)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
QuoteExtensions.GetConnectionConfigFieldRow(ConnectionConfigFieldInfo)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top