Cireson.AssetManagement.LocationLokalizacja

Cireson.AssetManagement.Location (ClassType)

Cireson Zarządzanie aktywami - Lokalizacja

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType Scale
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False       
System.ConfigItem:
ObjectStatus  enum  Stan obiektu Stan obiektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum   
AssetStatus  enum  Stan zasobu Stan zasobu false 256      System.ConfigItem.AssetStatusEnum   
Notes  richtext  Uwagi Uwagi false 4000         
Cireson.AssetManagement.Location:
Name  string  Nazwa lokalizacji true 256  False       
LocationAddress1  string  Lokalizacja - Adres linia 1 false 256  False       
LocationAddress2  string  Lokalizacja - Adres linia 2 false 256  False       
LocationCity  string  Lokalizacja - Miasto false 256  False       
LocationState  string  Lokalizacja - stan false 256  False       
LocationPostCode  string  Lokalizacja - kod pocztowy false 256  False       
LocationCountry  string  Lokalizacja - państwo false 256  False       
LocationContact  string  Lokalizacja - kontakt false 256  False       
LocationEmail  string  Lokalizacja - Email false 256  False       
LocationPhone  string  Lokalizacja - telefon false 256  False       
LocationFax  string  Lokalizacja - FAX false 256  False       
LocationTaxRate  decimal  Stawka podatkowa dla danej lokalizacji (\%) 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>