System.ServiceOffering服务产品

System.ServiceOffering (ClassType)

定义服务产品的基本属性

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.Extension:
ID  string  ID ID true 65536  False     
Domain  string  false 65536  False     
Path  string  路径 路径 false 65536  False     
Internal_ManagementPackId  guid  管理包 ID 管理包 ID false 256       
Internal_ElementId  guid  元素 ID 元素 ID false 256       
Internal_ParentId  guid  父 ID 父 ID false 256       
System.ManagementPackElement:
Comment  string  注释 注释 false 256  False     
System.Offering:
Title  string  标题 产品标题 false 256  False     
Notes  string  说明 产品说明 false 4000  False     
BriefDescription  string  简要描述 产品简要描述 false 4000  False     
Overview  string  概述 产品概述 false 4000  False     
PublishDate  datetime  发布日期 产品发布日期 false 256       
Image  binary  图像 产品图标 false 256       
Status  enum  状态 产品状态 false 256    System.Offering.StatusEnum.Draft  System.Offering.StatusEnum 
System.ServiceOffering:
Category  enum  类别 服务产品类别 false 256    System.ServiceOffering.CategoryEnum.General  System.ServiceOffering.CategoryEnum 
CultureName  string  区域性名称 产品区域性名称 false 24  False     
SLAInformation  string  SLA 信息 SLA 信息 false 4000  False     
SLAInformationLink  string  链接到 SLA 信息 链接到 SLA 信息 false 1024  False     
CostInformation  string  成本信息 服务产品成本信息 false 4000  False     
CostInformationLink  string  链接到成本信息 链接到成本信息 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>