System.ServiceOfferingOffre de service

System.ServiceOffering (ClassType)

Définit les propriétés de base des offres de service

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FRA) Description (FRA) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nom complet Nom complet de l'objet. false 4000  False     
System.Extension:
ID  string  ID ID true 65536  False     
Domain  string  Domaine Domaine false 65536  False     
Path  string  Chemin Chemin false 65536  False     
Internal_ManagementPackId  guid  ID du pack d'administration ID du pack d'administration false 256       
Internal_ElementId  guid  ID de l'élément ID de l'élément false 256       
Internal_ParentId  guid  ID parent ID parent false 256       
System.ManagementPackElement:
Comment  string  Commentaire Commentaire false 256  False     
System.Offering:
Title  string  Titre Titre de l'offre false 256  False     
Notes  string  Remarques Notes de l'offre false 4000  False     
BriefDescription  string  Brève description Brève description de l'offre false 4000  False     
Overview  string  Vue d'ensemble Présentation de l'offre false 4000  False     
PublishDate  datetime  Date de publication Date de publication de l'offre false 256       
Image  binary  Image Icône de l'offre false 256       
Status  enum  État État de l'offre false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.ServiceOffering:
Category  enum  Catégorie Catégorie de l'offre de service false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  Nom de culture Nom de culture de l'offre false 24  False     
SLAInformation  string  Informations de SLA Informations de SLA false 4000  False     
SLAInformationLink  string  Liens vers les informations de SLA Liens vers les informations de SLA false 1024  False     
CostInformation  string  Informations de coût Offre de coût des offres de service false 4000  False     
CostInformationLink  string  Lien vers les informations de coût Lien vers les informations de coût 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>