System.ServiceOfferingNabídka služeb

System.ServiceOffering (ClassType)

Definuje základní vlastnosti nabídek služeb.

Element properties:

Base ClassSystem.Offering
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId6460104c-4c61-7c9f-0925-f6d2c3763fae

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CSY) Description (CSY) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Zobrazovaný název Zobrazovaný název objektu false 4000  False     
System.Extension:
ID  string  ID ID true 65536  False     
Domain  string  Doména Doména false 65536  False     
Path  string  Cesta Cesta false 65536  False     
Internal_ManagementPackId  guid  ID sady Management Pack ID sady Management Pack false 256       
Internal_ElementId  guid  ID elementu ID elementu false 256       
Internal_ParentId  guid  Nadřazené ID Nadřazené ID false 256       
System.ManagementPackElement:
Comment  string  Komentář Komentář false 256  False     
System.Offering:
Title  string  Název Název nabídky false 256  False     
Notes  string  Poznámky Poznámky k nabídce false 4000  False     
BriefDescription  string  Stručný popis Stručný popis nabídky false 4000  False     
Overview  string  Přehled Přehled nabídky false 4000  False     
PublishDate  datetime  Datum publikování Datum publikování nabídky false 256       
Image  binary  Obrázek Ikona nabídky false 256       
Status  enum  Stav Stav nabídky false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.ServiceOffering:
Category  enum  Kategorie Kategorie nabídky služeb false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  Kulturní název Kulturní název nabídky false 24  False     
SLAInformation  string  Informace o dokumentu SLA Informace o dokumentu SLA false 4000  False     
SLAInformationLink  string  Odkaz na informace o dokumentu SLA Odkaz na informace o dokumentu SLA false 1024  False     
CostInformation  string  Informace o nákladech Informace o nákladech v nabídce služeb false 4000  False     
CostInformationLink  string  Odkaz na informace o nákladech Odkaz na informace o nákladech false 1024  False     

Health Model:

Source Code:

<ClassType ID="System.ServiceOffering" Accessibility="Public" Abstract="false" Base="System.Offering">
<Property ID="Category" Type="enum" EnumType="System.ServiceOffering.CategoryEnum" DefaultValue="System.ServiceOffering.CategoryEnum.General"/>
<Property ID="CultureName" Type="string" MaxLength="24"/>
<Property ID="SLAInformation" Type="string" MaxLength="4000"/>
<Property ID="SLAInformationLink" Type="string" MaxLength="1024"/>
<Property ID="CostInformation" Type="string" MaxLength="4000"/>
<Property ID="CostInformationLink" Type="string" MaxLength="1024"/>
</ClassType>