System.RequestOffering要求供應項目

System.RequestOffering (ClassType)

定義要求供應項目的基本內容

Element properties:

Base ClassSystem.Offering
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2553370d-a7b2-f1eb-ce70-ce0818768281

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.RequestOffering:
EstimatedTimeToCompletion  string  預估完成的時間 估計完成要求所需的時間 false 4000  False     
HideGotoRequestButton  bool  隱藏移至要求按鈕 隱藏移至要求按鈕 false 256    false   
TargetTemplate  string  目標範本 要求供應項目所使用的範本 false 4000  False     
PresentationMappingTemplate  string  展示對應範本 將類型投影內容對應到提示 false 655360  False     

Health Model:

Source Code:

<ClassType ID="System.RequestOffering" Accessibility="Public" Abstract="false" Base="System.Offering">
<Property ID="EstimatedTimeToCompletion" Type="string" MaxLength="4000"/>
<!--Used to hide go to request button in portal. fix for DCR #227275-->
<Property ID="HideGotoRequestButton" Type="bool" DefaultValue="false"/>
<Property ID="TargetTemplate" Type="string" MaxLength="4000"/>
<!--Schematized XML to be represented as an element-->
<Property ID="PresentationMappingTemplate" Type="string" MaxLength="655360"/>
</ClassType>