System.OfferingAjánlat

System.Offering (ClassType)

Az ajánlatok alapszintű tulajdonságainak meghatározása

Element properties:

Base ClassSystem.CatalogItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId96863a12-b685-a6d9-a826-27741369138d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (HUN) Description (HUN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Megjelenített név Az objektum megjelenített neve false 4000  False     
System.Extension:
ID  string  Azonosító Azonosító true 65536  False     
Domain  string  Tartomány Tartomány false 65536  False     
Path  string  Elérési út Elérési út false 65536  False     
Internal_ManagementPackId  guid  Felügyeleti csomag azonosítója Felügyeleti csomag azonosítója false 256       
Internal_ElementId  guid  Elem azonosítója Elem azonosítója false 256       
Internal_ParentId  guid  Szülő azonosítója Szülő azonosítója false 256       
System.ManagementPackElement:
Comment  string  Megjegyzés Megjegyzés false 256  False     
System.Offering:
Title  string  Cím Az ajánlat címe false 256  False     
Notes  string  Feljegyzések Az ajánlathoz tartozó feljegyzések false 4000  False     
BriefDescription  string  Rövid leírás Az ajánlat rövid leírása false 4000  False     
Overview  string  Áttekintés Az ajánlat áttekintése false 4000  False     
PublishDate  datetime  Közzététel dátuma Az ajánlat közzétételének dátuma false 256       
Image  binary  Kép Az ajánlat ikonja false 256       
Status  enum  Állapot Az ajánlat állapota 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>