Provance.Class.LocationLocation

Provance.Class.Location (ClassType)

Element properties:

Base ClassProvance.Class.LocationBase
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7fc84a46-935a-3a1d-9569-4a28b8e43bc6

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.Class.LocationBase:
Description  richtext  Description false 2000       
Nickname  string  Nickname false 256  False     
Status  enum  Status false 256      Provance.Enumeration.EntityStatus 
Provance.Class.Location:
ID  string  ID true 256  False  CLS{0}   
Address  string  Address false 256  False     
Barcode  string  Barcode false 256  False     
City  string  City false 256  False     
Country  string  Country false 256  False     
Email  string  Email false 256  False     
PhoneNumber  string  Phone Number false 256  False     
ShowOnScanner  bool  Show on Scanner false 256    true   
State  string  State false 256  False     
Type  enum  Type false 256      Provance.Enumeration.LocationType 
Zip  string  Zip false 256  False     

Health Model:

Source Code:

<ClassType ID="Provance.Class.Location" Accessibility="Public" Abstract="false" Base="Provance.Class.LocationBase" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" MinLength="0" MaxLength="256" AutoIncrement="true" Key="true" DefaultValue="CLS{0}"/>
<Property ID="Address" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Barcode" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="City" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Country" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Email" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="PhoneNumber" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="ShowOnScanner" Type="bool" DefaultValue="true"/>
<Property ID="State" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Type" Type="enum" EnumType="Provance.Enumeration.LocationType"/>
<Property ID="Zip" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
</ClassType>