Provance.Class.ExtendedAttachmentExtended Attachment

Provance.Class.ExtendedAttachment (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId8df61033-2cea-5461-a701-467f4270e81c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Provance.Class.ExtendedAttachment:
ID  string  ID true 256  False  CEA{0}   
Description  string  Description false 256  False     
Type  enum  Type false 256      Provance.Enumeration.ExtendedAttachmentType 
Target  string  Target false 256  False     

Health Model:

Source Code:

<ClassType ID="Provance.Class.ExtendedAttachment" Accessibility="Internal" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="CEA{0}"/>
<Property ID="Description" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Type" Type="enum" EnumType="Provance.Enumeration.ExtendedAttachmentType"/>
<Property ID="Target" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
</ClassType>