Cireson.AssetManagement.LocationCireson.AssetManagement.Location (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId591e3e6e-691a-44d3-3fa0-c87d402cc569

Class Hierarchy:

Class Properties:

Property Name Type Display Name (DEU) Description (DEU) Key Max Length Min Length Case Sensitive Default Value EnumType Scale
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         
Cireson.AssetManagement.Location:
Name  string      true 256  False       
LocationAddress1  string      false 256  False       
LocationAddress2  string      false 256  False       
LocationCity  string      false 256  False       
LocationState  string      false 256  False       
LocationPostCode  string      false 256  False       
LocationCountry  string      false 256  False       
LocationContact  string      false 256  False       
LocationEmail  string      false 256  False       
LocationPhone  string      false 256  False       
LocationFax  string      false 256  False       
LocationTaxRate  decimal  Steuersatz des Standortes (\%) false       

Health Model:

Source Code:

<ClassType ID="Cireson.AssetManagement.Location" Accessibility="Public" Abstract="false" Base="System!System.ConfigItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="Name" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationAddress1" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationAddress2" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationCity" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationState" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationPostCode" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationCountry" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationContact" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationEmail" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationPhone" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationFax" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="LocationTaxRate" Type="decimal" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="3" MinLength="0" Required="false" Scale="3"/>
</ClassType>