System.OfferingΠροσφορά

System.Offering (ClassType)

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

Element properties:

Base ClassSystem.CatalogItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0789d2e0-f929-4a2a-ede8-7144917dd126

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.Extension:
ID  string  Αναγνωριστικό Αναγνωριστικό true 65536  False     
Domain  string  Τομέας Τομέας false 65536  False     
Path  string  Διαδρομή Διαδρομή false 65536  False     
Internal_ManagementPackId  guid  Αναγνωριστικό πακέτου διαχείρισης Αναγνωριστικό πακέτου διαχείρισης false 256       
Internal_ElementId  guid  Αναγνωριστικό στοιχείου Αναγνωριστικό στοιχείου false 256       
Internal_ParentId  guid  Αναγνωριστικό γονικού στοιχείου Αναγνωριστικό γονικού στοιχείου false 256       
System.ManagementPackElement:
Comment  string  Σχόλιο Σχόλιο false 256  False     
System.Offering:
Title  string  Τίτλος Τίτλος προσφοράς false 256  False     
Notes  string  Σημειώσεις Σημειώσεις προσφοράς false 4000  False     
BriefDescription  string  Σύντομη περιγραφή Σύντομη περιγραφή προσφοράς false 4000  False     
Overview  string  Επισκόπηση Επισκόπηση προσφοράς false 4000  False     
PublishDate  datetime  Ημερομηνία δημοσίευσης Ημερομηνία δημοσίευσης προσφοράς false 256       
Image  binary  Εικόνα Εικονίδιο προσφοράς false 256       
Status  enum  Κατάσταση Κατάσταση προσφοράς false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 

Health Model:

Source Code:

<ClassType ID="System.Offering" Base="System.CatalogItem" Abstract="true" Accessibility="Public" Hosted="false">
<Property ID="Title" Type="string" MaxLength="256" Required="true"/>
<Property ID="Notes" Type="string" MaxLength="4000"/>
<Property ID="BriefDescription" Type="string" MaxLength="4000"/>
<Property ID="Overview" Type="string" MaxLength="4000"/>
<Property ID="PublishDate" Type="datetime"/>
<Property ID="Image" Type="binary"/>
<Property ID="Status" Type="enum" EnumType="System.Offering.StatusEnum" DefaultValue="System.Offering.StatusEnum.Draft"/>
<Optimization ID="System.Offering.Status.Index">
<Property ID="Status"/>
</Optimization>
</ClassType>