System.ServiceOfferingOfferta di servizio

System.ServiceOffering (ClassType)

Definisce le proprietà di base delle offerte di servizio

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ITA) Description (ITA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome visualizzato Nome visualizzato dell'oggetto. false 4000  False     
System.Extension:
ID  string  ID ID true 65536  False     
Domain  string  Dominio Dominio false 65536  False     
Path  string  Percorso Percorso false 65536  False     
Internal_ManagementPackId  guid  ID Management Pack ID Management Pack false 256       
Internal_ElementId  guid  ID elemento ID elemento false 256       
Internal_ParentId  guid  ID padre ID padre false 256       
System.ManagementPackElement:
Comment  string  Commento Commento false 256  False     
System.Offering:
Title  string  Titolo Titolo dell'offerta false 256  False     
Notes  string  Note Note sull'offerta false 4000  False     
BriefDescription  string  Breve descrizione Breve descrizione dell'offerta false 4000  False     
Overview  string  Panoramica Panoramica dell'offerta false 4000  False     
PublishDate  datetime  Data di pubblicazione Data di pubblicazione dell'offerta false 256       
Image  binary  Immagine Icona dell'offerta false 256       
Status  enum  Stato Stato dell'offerta false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.ServiceOffering:
Category  enum  Categoria Categoria offerte servizio false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  Nome lingua Nome della lingua dell'offerta false 24  False     
SLAInformation  string  Informazioni contratto di servizio Informazioni sul contratto di servizio false 4000  False     
SLAInformationLink  string  Collegamento a informazioni contratto di servizio Collegamento a informazioni contratto di servizio false 1024  False     
CostInformation  string  Informazioni costo Informazioni sul costo dell'offerta di servizio false 4000  False     
CostInformationLink  string  Collegamento a informazioni costo Collegamento a informazioni costo 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>