System.LinkingFramework.FieldCampo da Estrutura de Vinculação (interno)

System.LinkingFramework.Field (ClassType)

Uma classe interna contendo a configuração da estrutura de vinculação para campos

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId28bd455d-90a7-8e93-a044-465c386da9c6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. 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>