Provance.DM.Core.ImportTemplateData Import Template

Provance.DM.Core.ImportTemplate (ClassType)

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdab177125-bddb-dd9f-c08f-f2955ee7dc9d

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.ImportTemplate:
Id  string      true 256  False  {0} 
Description  string      false 256  False   
Configuration  string      false 65536  False   
DateCreated  datetime      false 256     
DateUpdated  datetime      false 256     

Health Model:

Source Code:

<ClassType ID="Provance.DM.Core.ImportTemplate" Accessibility="Public" Abstract="false" Base="SystemAdminItemLibrary!System.AdminItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="Id" Type="string" AutoIncrement="true" Key="true" DefaultValue="{0}"/>
<Property ID="Description" Type="string"/>
<Property ID="Configuration" Type="string" MaxLength="65536"/>
<Property ID="DateCreated" Type="datetime"/>
<Property ID="DateUpdated" Type="datetime"/>
</ClassType>