Provance.Class.LineItemLine Item

Provance.Class.LineItem (ClassType)

Element properties:

Base ClassSystem.ConfigItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementId1dd489bb-5ebc-bc06-6015-df1e0880b9ea

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType Scale
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.LineItem:
Description  string  Description false 2000  False       
IsTaxable  bool  Is Taxable false 256    false     
LineItemCurrency  string  Line Item Currency false  False       
Nickname  string  Nickname false 256  False       
Price  decimal  Price false 38    0.00   
ProductName  string  Product Name false 256  False       
ProductNumber  string  Product Number false 256  False       
Quantity  int  Quantity false 256       

Health Model:

Source Code:

<ClassType ID="Provance.Class.LineItem" Accessibility="Internal" Abstract="true" Base="SystemLibrary!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="Description" Type="string" MinLength="0" MaxLength="2000" AutoIncrement="false"/>
<Property ID="IsTaxable" Type="bool" DefaultValue="false"/>
<Property ID="LineItemCurrency" Comment="ISO" Type="string" MinLength="0" MaxLength="3" AutoIncrement="false"/>
<Property ID="Nickname" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Price" Type="decimal" MinLength="3" MaxLength="38" Scale="2" DefaultValue="0.00"/>
<Property ID="ProductName" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="ProductNumber" Type="string" MinLength="0" MaxLength="256" AutoIncrement="false"/>
<Property ID="Quantity" Type="int" DefaultValue="0"/>
</ClassType>