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 (JPN) Description (JPN) 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.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>