System.Chargeback.PricesheetPrice Sheet

System.Chargeback.Pricesheet (ClassType)

Defines the basic properties of price sheets

Element properties:

Base ClassSystem.AdminItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc624820f-219a-9f51-83a6-1ced261d840c

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.Chargeback.Pricesheet:
Description  string  Description Description of the price sheet false 4096  False     
PublishingStatus  enum  Publishing Status Publishing Status of the price sheet false 256    System.Chargeback.PublishingStatusEnum.Draft  System.Chargeback.PublishingStatusEnum 
CreatedDate  datetime  Created Date Date the price sheet was created false 256    GetUTCDate()   
PublishedDate  datetime  Published Date Date the price sheet was last published false 256       

Health Model:

Source Code:

<ClassType ID="System.Chargeback.Pricesheet" Accessibility="Public" Abstract="true" Base="System.AdminItem!System.AdminItem" Hosted="false" Singleton="false" Extension="false">
<Property ID="Description" Type="string" Key="false" Required="false" CaseSensitive="false" MaxLength="4096" MinLength="0" AutoIncrement="false" Scale="0"/>
<Property ID="PublishingStatus" Type="enum" Key="false" Required="true" EnumType="System.Chargeback.PublishingStatusEnum" DefaultValue="System.Chargeback.PublishingStatusEnum.Draft" Scale="0"/>
<Property ID="CreatedDate" Type="datetime" Key="false" Required="false" DefaultValue="GetUTCDate()" Scale="0"/>
<Property ID="PublishedDate" Type="datetime" Key="false" Required="false" Scale="0"/>
</ClassType>