System.ServiceOfferingService Offering

System.ServiceOffering (ClassType)

Defines the basic properties of service offerings

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.Extension:
ID  string  ID ID true 65536  False     
Domain  string  Domain Domain false 65536  False     
Path  string  Path Path false 65536  False     
Internal_ManagementPackId  guid  Management Pack Id Management Pack Id false 256       
Internal_ElementId  guid  Element Id Element Id false 256       
Internal_ParentId  guid  Parent Id Parent Id false 256       
System.ManagementPackElement:
Comment  string  Comment Comment false 256  False     
System.Offering:
Title  string  Title Offering title false 256  False     
Notes  string  Notes Offering notes false 4000  False     
BriefDescription  string  Brief description Offering brief description false 4000  False     
Overview  string  Overview Offering overview false 4000  False     
PublishDate  datetime  Published Date Offering publish date false 256       
Image  binary  Image Offering icon false 256       
Status  enum  Status Offering status false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.ServiceOffering:
Category  enum  Category Service offering category false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  Culture name Offering culture name false 24  False     
SLAInformation  string  SLA Information SLA information false 4000  False     
SLAInformationLink  string  Link to SLA information Link to SLA information false 1024  False     
CostInformation  string  Cost Information Service offering cost information false 4000  False     
CostInformationLink  string  Link to Cost information Link to Cost information 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>