System.ServiceOffering서비스 제공

System.ServiceOffering (ClassType)

서비스 제공의 기본 속성을 정의합니다.

Element properties:

Base ClassSystem.Offering
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2c40c623-a0df-7166-9e9a-2f869fb4d93f

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.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>