System.WorkItem작업 항목

System.WorkItem (ClassType)

작업 항목의 기본 속성을 정의합니다.

Element properties:

Base ClassSystem.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdeebf4a11-643f-131e-4bcc-aedc4014f69f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (KOR) Description (KOR) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  표시 이름 개체의 표시 이름입니다. false 4000  False   
System.WorkItem:
Id  string  ID 작업 항목 ID true 256  False  {0} 
Title  string  제목 제목 false 200  False   
Description  string  설명 설명 false 4000  False   
ContactMethod  string  대체 연락 방법 대체 연락 방법 false 256  False   
CreatedDate  datetime  만든 날짜 만든 날짜 false 256    GetUTCDate() 
ScheduledStartDate  datetime  예약된 시작 날짜 예약된 시작 날짜 false 256     
ScheduledEndDate  datetime  예약된 종료 날짜 예약된 종료 날짜 false 256     
ActualStartDate  datetime  실제 시작 날짜 실제 시작 날짜 false 256     
ActualEndDate  datetime  실제 종료 날짜 실제 종료 날짜 false 256     
IsDowntime  bool  가동 중지 시간임 가동 중지 시간임 false 256     
IsParent  bool  부모임 부모 작업 항목임 false 256     
ScheduledDowntimeStartDate  datetime  예약된 가동 중지 시간 시작 날짜 예약된 가동 중지 시간 시작 날짜 false 256     
ScheduledDowntimeEndDate  datetime  예약된 가동 중지 시간 종료 날짜 예약된 가동 중지 시간 종료 날짜 false 256     
ActualDowntimeStartDate  datetime  실제 가동 중지 시간 시작 날짜 실제 가동 중지 시간 시작 날짜 false 256     
ActualDowntimeEndDate  datetime  실제 가동 중지 시간 종료 날짜 실제 가동 중지 시간 종료 날짜 false 256     
RequiredBy  datetime  요구한 사용자 요구한 사용자 false 256     
PlannedCost  double  계획된 비용 계획된 비용 false 256     
ActualCost  double  실제 비용 실제 비용 false 256     
PlannedWork  double  계획된 작업 시간 계획된 작업 시간 false 256     
ActualWork  double  실제 작업 시간 실제 작업 시간 false 256     
UserInput  string  사용자 입력 양식의 질문 및 답변에 대한 사용자 입력 false 65536  False   
FirstAssignedDate  datetime  처음 할당된 날짜 작업 항목이 분석가 또는 구현자에게 처음 할당된 날짜입니다. false 256     
FirstResponseDate  datetime  첫 번째 응답 날짜 분석가 또는 구현자가 영향받는 사용자에게 처음 회신한 날짜입니다. false 256     

Health Model:

Source Code:

<ClassType ID="System.WorkItem" Base="System!System.Entity" Accessibility="Public" Hosted="false" Abstract="true">
<Property ID="Id" Type="string" Key="true" AutoIncrement="true" DefaultValue="{0}"/>
<Property ID="Title" Type="string" MaxLength="200"/>
<Property ID="Description" Type="string" MaxLength="4000"/>
<Property ID="ContactMethod" Type="string"/>
<Property ID="CreatedDate" Type="datetime" DefaultValue="GetUTCDate()"/>
<Property ID="ScheduledStartDate" Type="datetime"/>
<Property ID="ScheduledEndDate" Type="datetime"/>
<Property ID="ActualStartDate" Type="datetime"/>
<Property ID="ActualEndDate" Type="datetime"/>
<Property ID="IsDowntime" Type="bool"/>
<Property ID="IsParent" Type="bool"/>
<Property ID="ScheduledDowntimeStartDate" Type="datetime"/>
<Property ID="ScheduledDowntimeEndDate" Type="datetime"/>
<Property ID="ActualDowntimeStartDate" Type="datetime"/>
<Property ID="ActualDowntimeEndDate" Type="datetime"/>
<Property ID="RequiredBy" Type="datetime"/>
<Property ID="PlannedCost" Type="double"/>
<Property ID="ActualCost" Type="double"/>
<Property ID="PlannedWork" Type="double"/>
<Property ID="ActualWork" Type="double"/>
<Property ID="UserInput" Type="string" MaxLength="65536"/>
<!--Encapsulates RO Questions & Answers-->
<Property ID="FirstAssignedDate" Type="datetime"/>
<Property ID="FirstResponseDate" Type="datetime"/>
<Optimization ID="System.WorkItem.Id.Index">
<Property ID="Id"/>
</Optimization>
</ClassType>