C# 클래스 Camunda.Api.Client.UserTask.UserTaskInfo

상속: Camunda.Api.Client.UserTask.UserTask
파일 보기 프로젝트 열기: komsa-ag/Camunda.Api.Client

공개 프로퍼티들

프로퍼티 타입 설명
CaseDefinitionId string
CaseExecutionId string
Created DateTime
ExecutionId string
FormKey string
Id string
ProcessDefinitionId string
ProcessInstanceId string
TaskDefinitionKey string

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

CaseDefinitionId 공개적으로 프로퍼티

The id of the case definition the task belongs to.
public string CaseDefinitionId
리턴 string

CaseExecutionId 공개적으로 프로퍼티

The id of the case execution the task belongs to.
public string CaseExecutionId
리턴 string

Created 공개적으로 프로퍼티

The time the task was created.
public DateTime Created
리턴 DateTime

ExecutionId 공개적으로 프로퍼티

The id of the execution the task belongs to.
public string ExecutionId
리턴 string

FormKey 공개적으로 프로퍼티

If not null, the form key for the task.
public string FormKey
리턴 string

Id 공개적으로 프로퍼티

The id of the task.
public string Id
리턴 string

ProcessDefinitionId 공개적으로 프로퍼티

The id of the process definition this task belongs to.
public string ProcessDefinitionId
리턴 string

ProcessInstanceId 공개적으로 프로퍼티

The id of the process instance this task belongs to.
public string ProcessInstanceId
리턴 string

TaskDefinitionKey 공개적으로 프로퍼티

The task definition key.
public string TaskDefinitionKey
리턴 string