Class CorePropEntityImportColDefinition
Indicates this is a standard property import column definiion for core properties ( IsBasePropertyName(string)) against an entity in the system
Inheritance
Inherited Members
Namespace: LemonEdge.API.Descriptors
Assembly: LemonEdge.API.dll
Syntax
public class CorePropEntityImportColDefinition : PropEntityImportColDefinition, IHasChildren<EntityImportColDefinition>, IHasChildren, IQueryableFieldInfo
Constructors
CorePropEntityImportColDefinition(ColumnDescriptor, EntityImportColDefinition)
Deprecteated. compatability only for capital events in asset management dll
Declaration
public CorePropEntityImportColDefinition(ColumnDescriptor colInfo, EntityImportColDefinition parent = null)
Parameters
Type | Name | Description |
---|---|---|
ColumnDescriptor | colInfo | |
EntityImportColDefinition | parent |
CorePropEntityImportColDefinition(Guid?, ColumnDescriptor, EntityImportColDefinition)
Creates a new PropEntityImportColDefinition indicating this property is a core property of the base entity type
Declaration
public CorePropEntityImportColDefinition(Guid? mapTypeID, ColumnDescriptor colInfo, EntityImportColDefinition parent = null)
Parameters
Type | Name | Description |
---|---|---|
Guid? | mapTypeID | |
ColumnDescriptor | colInfo | The descriptor fo this column |
EntityImportColDefinition | parent | Any possible parent entity import column descriptor |
Properties
FieldMapToDescriptorColumnName
The column name this field is a property of in the LemonEdge platform. Used as an optional mapping if this field is actual data from the system.
Not required, but provides useful contextual information for the query tools to know how to join items, display, and/or open them
Declaration
public override string FieldMapToDescriptorColumnName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
FieldMapToDescriptorTypeID
The unique global id of the type this field is a property of in the LemonEdge platform. Used as an optional mapping if this field is actual data from the system.
Declaration
public override Guid? FieldMapToDescriptorTypeID { get; }
Property Value
Type | Description |
---|---|
Guid? |
Overrides
IsCoreProp
Indicates this field is a core system property of IBaseEntity
Declaration
public override bool IsCoreProp { get; }
Property Value
Type | Description |
---|---|
bool |