System.LinkingFramework.FieldLinking Framework Field (internal)

System.LinkingFramework.Field (ClassType)

An internal class containing linking framework configuration for fields

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbebb28a4-135b-f041-d7f2-7c7bf62f5252

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False 
System.LinkingFramework.Field:
Name  string      true 256  False 
Type  string      false 256  False 
Size  string      false 256  False 
Collation  string      false 256  False 
AllowNull  bool      false 256   
PrimaryKeyPosition  int      false 256   
PrimaryKeyAcs  bool      false 256   

Health Model:

Source Code:

<ClassType ID="System.LinkingFramework.Field" Base="AdminItem!System.AdminItem" Hosted="true" Accessibility="Public" Abstract="false">
<Property ID="Name" Type="string" Key="true"/>
<Property ID="Type" Type="string"/>
<Property ID="Size" Type="string"/>
<Property ID="Collation" Type="string"/>
<Property ID="AllowNull" Type="bool"/>
<Property ID="PrimaryKeyPosition" Type="int"/>
<Property ID="PrimaryKeyAcs" Type="bool"/>
</ClassType>