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 (CHT) Description (CHT) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.Extension:
ID  string  識別碼 識別碼 true 65536  False     
Domain  string  網域 網域 false 65536  False     
Path  string  路徑 路徑 false 65536  False     
Internal_ManagementPackId  guid  管理組件識別碼 管理組件識別碼 false 256       
Internal_ElementId  guid  元素識別碼 元素識別碼 false 256       
Internal_ParentId  guid  父系識別碼 父系識別碼 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>