Class ForeignKeyInfo
Interface providing information about a ForeignKey.
Namespace: SuperOffice.CRM
Assembly: SuperOffice.Plugins.dll
Syntax
public class ForeignKeyInfo : Object
Constructors
ForeignKeyInfo()
Interface providing information about a ForeignKey.
Declaration
public ForeignKeyInfo()
Properties
Key
Subkey (optional)
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
String |
RecordId
Record in the referenced table
Declaration
public int RecordId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
TableName
Table name, transformed to and from numeric table id by the service layer
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
String |
Value
Key value
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)