System.Offering供應項目

System.Offering (ClassType)

定義供應項目的基本內容

Element properties:

Base ClassSystem.CatalogItem
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0789d2e0-f929-4a2a-ede8-7144917dd126

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 

Health Model:

Source Code:

<ClassType ID="System.Offering" Base="System.CatalogItem" Abstract="true" Accessibility="Public" Hosted="false">
<Property ID="Title" Type="string" MaxLength="256" Required="true"/>
<Property ID="Notes" Type="string" MaxLength="4000"/>
<Property ID="BriefDescription" Type="string" MaxLength="4000"/>
<Property ID="Overview" Type="string" MaxLength="4000"/>
<Property ID="PublishDate" Type="datetime"/>
<Property ID="Image" Type="binary"/>
<Property ID="Status" Type="enum" EnumType="System.Offering.StatusEnum" DefaultValue="System.Offering.StatusEnum.Draft"/>
<Optimization ID="System.Offering.Status.Index">
<Property ID="Status"/>
</Optimization>
</ClassType>