System.Chargeback.PricesheetΚατάλογος τιμών

System.Chargeback.Pricesheet (ClassType)

Καθορίζει τις βασικές ιδιότητες των καταλόγων τιμών

Element properties:

Base ClassSystem.AdminItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId972ba4c3-7657-c41b-5c3f-285846583c64

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ELL) Description (ELL) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Εμφανιζόμενο όνομα Εμφανιζόμενο όνομα του αντικειμένου. false 4000  False     
System.Chargeback.Pricesheet:
Description  string  Περιγραφή Περιγραφή του καταλόγου τιμών false 4096  False     
PublishingStatus  enum  Κατάσταση δημοσίευσης Κατάσταση δημοσίευσης του καταλόγου τιμών false 256    System.Chargeback.PublishingStatusEnum.Draft  System.Chargeback.PublishingStatusEnum 
CreatedDate  datetime  Ημερομηνία δημιουργίας Ημερομηνία δημιουργίας του καταλόγου τιμών false 256    GetUTCDate()   
PublishedDate  datetime  Ημερομηνία δημοσίευσης Ημερομηνία τελευταίας δημοσίευσης του καταλόγου τιμών 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>