Provance.DM.Core.DataExportPropertyItemData Export Property Item

Provance.DM.Core.DataExportPropertyItem (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf8d57e83-eed5-863f-ada3-5d244776368e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Provance.DM.Core.DataExportPropertyItem:
Id  string      true 256  False  {0} 
RelationshipId  string      false 256  False   
ComponentAlias  string      false 256  False   
PropertyId  string      false 256  False   
PropertyAlias  string      false 256  False   

Health Model:

Source Code:

<ClassType ID="Provance.DM.Core.DataExportPropertyItem" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.Entity" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" AutoIncrement="true" Key="true" DefaultValue="{0}"/>
<Property ID="RelationshipId" Type="string"/>
<Property ID="ComponentAlias" Type="string"/>
<Property ID="PropertyId" Type="string"/>
<Property ID="PropertyAlias" Type="string"/>
</ClassType>