System.ServiceOfferingOferta usługi

System.ServiceOffering (ClassType)

Definiuje podstawowe właściwości ofert usługi

Element properties:

Base ClassSystem.Offering
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2c40c623-a0df-7166-9e9a-2f869fb4d93f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000  False     
System.Extension:
ID  string  Identyfikator Identyfikator true 65536  False     
Domain  string  Domena Domena false 65536  False     
Path  string  Ścieżka Ścieżka false 65536  False     
Internal_ManagementPackId  guid  Identyfikator pakietu administracyjnego Identyfikator pakietu administracyjnego false 256       
Internal_ElementId  guid  Identyfikator elementu Identyfikator elementu false 256       
Internal_ParentId  guid  Identyfikator elementu nadrzędnego Identyfikator elementu nadrzędnego false 256       
System.ManagementPackElement:
Comment  string  Komentarz Komentarz false 256  False     
System.Offering:
Title  string  Tytuł Tytuł oferty false 256  False     
Notes  string  Uwagi Uwagi dotyczące oferty false 4000  False     
BriefDescription  string  Krótki opis Krótki opis oferty false 4000  False     
Overview  string  Przegląd Przegląd oferty false 4000  False     
PublishDate  datetime  Data opublikowania Data opublikowania oferty false 256       
Image  binary  Obraz Ikona oferty false 256       
Status  enum  Stan Stan oferty false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.ServiceOffering:
Category  enum  Kategoria Kategoria oferty usługi false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  Nazwa kultury Nazwa kultury oferty false 24  False     
SLAInformation  string  Informacje SLA Informacje SLA false 4000  False     
SLAInformationLink  string  Łącze do informacji SLA Łącze do informacji SLA false 1024  False     
CostInformation  string  Informacje o koszcie Informacje o koszcie oferty usługi false 4000  False     
CostInformationLink  string  Łącze do informacji o koszcie Łącze do informacji o koszcie 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>