Provance.ITAM.LocationStandort

Provance.ITAM.Location (ClassType)

Definiert die Basiseigenschaften des Standorts

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Anzeigename Anzeigenamen des Objekts false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektstatus Objektstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Bestandsstatus Bestandsstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Anmerkungen Anmerkungen false 4000       
Provance.ITAM.Location:
Id  string  ID Standort-ID true 256  False  LOC{0}   
Description  string  Beschreibung Beschreibung false 256  False     
Status  enum  Status Status false 256      EntityStatus 
Type  enum  Typ Typ false 256      LocationType 
Address  string  Straße Straße false 256  False     
City  string  Stadt Stadt false 256  False     
State  string  Bundesland/Kanton Bundesland/Kanton false 256  False     
Country  string  Land Land false 256  False     
Zip  string  Postleitzahl Postleitzahl false 256  False     
PhoneNumber  string  Telefonnummer Telefonnummer false 256  False     
Email  string  E-Mail E-Mail false 256  False     
Path  string  Pfad Pfad 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>