Provance.ITAM.DataExportPropertyItemData Export Property Item

Provance.ITAM.DataExportPropertyItem (ClassType)

Defines the basic properties of Data Export Property Item

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8625cad6-5045-836b-7894-0a041369ded4

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.ITAM.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.ITAM.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>