System.ServiceOfferingPalvelutarjous

System.ServiceOffering (ClassType)

Määrittää palvelutarjouksien perusominaisuudet

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FIN) Description (FIN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Näyttönimi Objektin näyttönimi. false 4000  False     
System.Extension:
ID  string  Tunnus Tunnus true 65536  False     
Domain  string  Toimialue Toimialue false 65536  False     
Path  string  Polku Polku false 65536  False     
Internal_ManagementPackId  guid  Hallintapaketin tunnus Hallintapaketin tunnus false 256       
Internal_ElementId  guid  Elementin tunnus Elementin tunnus false 256       
Internal_ParentId  guid  Päätunnus Päätunnus false 256       
System.ManagementPackElement:
Comment  string  Kommentti Kommentti false 256  False     
System.Offering:
Title  string  Otsikko Tarjouksen otsikko false 256  False     
Notes  string  Huomautukset Tarjouksen huomautukset false 4000  False     
BriefDescription  string  Lyhyt kuvaus Tarjouksen lyhyt kuvaus false 4000  False     
Overview  string  Yhteenveto Tarjouksen yhteenveto false 4000  False     
PublishDate  datetime  Julkaisupäivämäärä Tarjouksen julkaisupäivämäärä false 256       
Image  binary  Kuva Tarjouksen kuvake false 256       
Status  enum  Tila Tarjouksen tila false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.ServiceOffering:
Category  enum  Luokka Palvelutarjouksen luokka false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  Kulttuurin nimi Tarjouksen kulttuurin nimi false 24  False     
SLAInformation  string  SLA-tiedot SLA-tiedot false 4000  False     
SLAInformationLink  string  Linkki SLA-tietoihin Linkki SLA-tietoihin false 1024  False     
CostInformation  string  Kustannustiedot Palvelutarjouksen kustannustiedot false 4000  False     
CostInformationLink  string  Linkki kustannustietoihin Linkki kustannustietoihin 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>