Provance.ITAM.LocationLocation

Provance.ITAM.Location (ClassType)

Defines the basic properties of Location

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0d14a3d5-fc95-d53d-9eb5-ccb6fd38db05

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.Location:
Id  string  ID Location ID true 256  False  LOC{0}   
Description  string  Description Description false 256  False     
Status  enum  Status Status false 256      EntityStatus 
Type  enum  Type Type false 256      LocationType 
Address  string  Street Address Street Address false 256  False     
City  string  City City false 256  False     
State  string  State/Province State/Province false 256  False     
Country  string  Country Country false 256  False     
Zip  string  Zip/Postal Code Zip/Postal Code false 256  False     
PhoneNumber  string  Phone Number Phone Number false 256  False     
Email  string  E-mail E-mail false 256  False     
Path  string  Path Path false 256  False     

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.Location" Accessibility="Public" Abstract="false" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" AutoIncrement="true" Key="true" DefaultValue="LOC{0}"/>
<Property ID="Description" Type="string"/>
<Property ID="Status" Type="enum" EnumType="EntityStatus"/>
<Property ID="Type" Type="enum" EnumType="LocationType"/>
<Property ID="Address" Type="string"/>
<Property ID="City" Type="string"/>
<Property ID="State" Type="string"/>
<Property ID="Country" Type="string"/>
<Property ID="Zip" Type="string"/>
<Property ID="PhoneNumber" Type="string"/>
<Property ID="Email" Type="string"/>
<Property ID="Path" Type="string"/>
</ClassType>