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 (KOR) Description (KOR) 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>