Provance.ITAM.URIAttachmentURI Attachment

Provance.ITAM.URIAttachment (ClassType)

Defines the basic properties of URI Attachment

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2c8b534b-ef1f-3b3e-ad07-ef286342b929

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.ITAM.URIAttachment:
Id  string  URI Attachment ID URI Attachment ID true 256  False  {0}   
URI  string  Address Address false 256  False     
Type  enum  Attachment Type Attachment Type false 256      URIAttachmentType 
Description  string  Description Description false 256  False     

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.URIAttachment" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="Id" Type="string" AutoIncrement="true" Key="true" DefaultValue="{0}"/>
<Property ID="URI" Type="string"/>
<Property ID="Type" Type="enum" EnumType="URIAttachmentType"/>
<Property ID="Description" Type="string"/>
</ClassType>