C# 클래스 Microsoft.Protocols.TestSuites.MS_WWSP.WorkflowSoap

상속: System.Web.Services.Protocols.SoapHttpClientProtocol
파일 보기 프로젝트 열기: OfficeDev/Interop-TestSuites 1 사용 예제들

공개 메소드들

메소드 설명
AlterToDoAsync ( string item, int todoId, System todoListId, System taskData ) : void
AlterToDoAsync ( string item, int todoId, System todoListId, System taskData, object userState ) : void
BeginAlterToDo ( string item, int todoId, System todoListId, System taskData, System callback, object asyncState ) : System.IAsyncResult
BeginClaimReleaseTask ( string item, int taskId, System listId, bool fClaim, System callback, object asyncState ) : System.IAsyncResult
BeginGetTemplatesForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
BeginGetToDosForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
BeginGetWorkflowDataForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
BeginGetWorkflowTaskData ( string item, int taskId, System listId, System callback, object asyncState ) : System.IAsyncResult
BeginStartWorkflow ( string item, System templateId, System workflowParameters, System callback, object asyncState ) : System.IAsyncResult
CancelAsync ( object userState ) : void
ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim ) : void
ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim, object userState ) : void
EndAlterToDo ( System asyncResult ) : AlterToDoResponseAlterToDoResult
EndClaimReleaseTask ( System asyncResult ) : ClaimReleaseTaskResponseClaimReleaseTaskResult
EndGetTemplatesForItem ( System asyncResult ) : GetTemplatesForItemResponseGetTemplatesForItemResult
EndGetToDosForItem ( System asyncResult ) : GetToDosForItemResponseGetToDosForItemResult
EndGetWorkflowDataForItem ( System asyncResult ) : GetWorkflowDataForItemResponseGetWorkflowDataForItemResult
EndGetWorkflowTaskData ( System asyncResult ) : GetWorkflowTaskDataResponseGetWorkflowTaskDataResult
EndStartWorkflow ( System asyncResult ) : object
GetTemplatesForItemAsync ( string item ) : void
GetTemplatesForItemAsync ( string item, object userState ) : void
GetToDosForItemAsync ( string item ) : void
GetToDosForItemAsync ( string item, object userState ) : void
GetWorkflowDataForItemAsync ( string item ) : void
GetWorkflowDataForItemAsync ( string item, object userState ) : void
GetWorkflowTaskDataAsync ( string item, int taskId, System listId ) : void
GetWorkflowTaskDataAsync ( string item, int taskId, System listId, object userState ) : void
StartWorkflowAsync ( string item, System templateId, System workflowParameters ) : void
StartWorkflowAsync ( string item, System templateId, System workflowParameters, object userState ) : void
WorkflowSoap ( ) : System

비공개 메소드들

메소드 설명
AlterToDo ( string item, int todoId, System todoListId, System taskData ) : AlterToDoResponseAlterToDoResult
ClaimReleaseTask ( string item, int taskId, System listId, bool fClaim ) : ClaimReleaseTaskResponseClaimReleaseTaskResult
GetTemplatesForItem ( string item ) : GetTemplatesForItemResponseGetTemplatesForItemResult
GetToDosForItem ( string item ) : GetToDosForItemResponseGetToDosForItemResult
GetWorkflowDataForItem ( string item ) : GetWorkflowDataForItemResponseGetWorkflowDataForItemResult
GetWorkflowTaskData ( string item, int taskId, System listId ) : GetWorkflowTaskDataResponseGetWorkflowTaskDataResult
OnAlterToDoOperationCompleted ( object arg ) : void
OnClaimReleaseTaskOperationCompleted ( object arg ) : void
OnGetTemplatesForItemOperationCompleted ( object arg ) : void
OnGetToDosForItemOperationCompleted ( object arg ) : void
OnGetWorkflowDataForItemOperationCompleted ( object arg ) : void
OnGetWorkflowTaskDataOperationCompleted ( object arg ) : void
OnStartWorkflowOperationCompleted ( object arg ) : void
StartWorkflow ( string item, System templateId, System workflowParameters ) : object

메소드 상세

AlterToDoAsync() 공개 메소드

public AlterToDoAsync ( string item, int todoId, System todoListId, System taskData ) : void
item string
todoId int
todoListId System
taskData System
리턴 void

AlterToDoAsync() 공개 메소드

public AlterToDoAsync ( string item, int todoId, System todoListId, System taskData, object userState ) : void
item string
todoId int
todoListId System
taskData System
userState object
리턴 void

BeginAlterToDo() 공개 메소드

public BeginAlterToDo ( string item, int todoId, System todoListId, System taskData, System callback, object asyncState ) : System.IAsyncResult
item string
todoId int
todoListId System
taskData System
callback System
asyncState object
리턴 System.IAsyncResult

BeginClaimReleaseTask() 공개 메소드

public BeginClaimReleaseTask ( string item, int taskId, System listId, bool fClaim, System callback, object asyncState ) : System.IAsyncResult
item string
taskId int
listId System
fClaim bool
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetTemplatesForItem() 공개 메소드

public BeginGetTemplatesForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
item string
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetToDosForItem() 공개 메소드

public BeginGetToDosForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
item string
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetWorkflowDataForItem() 공개 메소드

public BeginGetWorkflowDataForItem ( string item, System callback, object asyncState ) : System.IAsyncResult
item string
callback System
asyncState object
리턴 System.IAsyncResult

BeginGetWorkflowTaskData() 공개 메소드

public BeginGetWorkflowTaskData ( string item, int taskId, System listId, System callback, object asyncState ) : System.IAsyncResult
item string
taskId int
listId System
callback System
asyncState object
리턴 System.IAsyncResult

BeginStartWorkflow() 공개 메소드

public BeginStartWorkflow ( string item, System templateId, System workflowParameters, System callback, object asyncState ) : System.IAsyncResult
item string
templateId System
workflowParameters System
callback System
asyncState object
리턴 System.IAsyncResult

CancelAsync() 공개 메소드

public CancelAsync ( object userState ) : void
userState object
리턴 void

ClaimReleaseTaskAsync() 공개 메소드

public ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim ) : void
item string
taskId int
listId System
fClaim bool
리턴 void

ClaimReleaseTaskAsync() 공개 메소드

public ClaimReleaseTaskAsync ( string item, int taskId, System listId, bool fClaim, object userState ) : void
item string
taskId int
listId System
fClaim bool
userState object
리턴 void

EndAlterToDo() 공개 메소드

public EndAlterToDo ( System asyncResult ) : AlterToDoResponseAlterToDoResult
asyncResult System
리턴 AlterToDoResponseAlterToDoResult

EndClaimReleaseTask() 공개 메소드

public EndClaimReleaseTask ( System asyncResult ) : ClaimReleaseTaskResponseClaimReleaseTaskResult
asyncResult System
리턴 ClaimReleaseTaskResponseClaimReleaseTaskResult

EndGetTemplatesForItem() 공개 메소드

public EndGetTemplatesForItem ( System asyncResult ) : GetTemplatesForItemResponseGetTemplatesForItemResult
asyncResult System
리턴 GetTemplatesForItemResponseGetTemplatesForItemResult

EndGetToDosForItem() 공개 메소드

public EndGetToDosForItem ( System asyncResult ) : GetToDosForItemResponseGetToDosForItemResult
asyncResult System
리턴 GetToDosForItemResponseGetToDosForItemResult

EndGetWorkflowDataForItem() 공개 메소드

public EndGetWorkflowDataForItem ( System asyncResult ) : GetWorkflowDataForItemResponseGetWorkflowDataForItemResult
asyncResult System
리턴 GetWorkflowDataForItemResponseGetWorkflowDataForItemResult

EndGetWorkflowTaskData() 공개 메소드

public EndGetWorkflowTaskData ( System asyncResult ) : GetWorkflowTaskDataResponseGetWorkflowTaskDataResult
asyncResult System
리턴 GetWorkflowTaskDataResponseGetWorkflowTaskDataResult

EndStartWorkflow() 공개 메소드

public EndStartWorkflow ( System asyncResult ) : object
asyncResult System
리턴 object

GetTemplatesForItemAsync() 공개 메소드

public GetTemplatesForItemAsync ( string item ) : void
item string
리턴 void

GetTemplatesForItemAsync() 공개 메소드

public GetTemplatesForItemAsync ( string item, object userState ) : void
item string
userState object
리턴 void

GetToDosForItemAsync() 공개 메소드

public GetToDosForItemAsync ( string item ) : void
item string
리턴 void

GetToDosForItemAsync() 공개 메소드

public GetToDosForItemAsync ( string item, object userState ) : void
item string
userState object
리턴 void

GetWorkflowDataForItemAsync() 공개 메소드

public GetWorkflowDataForItemAsync ( string item ) : void
item string
리턴 void

GetWorkflowDataForItemAsync() 공개 메소드

public GetWorkflowDataForItemAsync ( string item, object userState ) : void
item string
userState object
리턴 void

GetWorkflowTaskDataAsync() 공개 메소드

public GetWorkflowTaskDataAsync ( string item, int taskId, System listId ) : void
item string
taskId int
listId System
리턴 void

GetWorkflowTaskDataAsync() 공개 메소드

public GetWorkflowTaskDataAsync ( string item, int taskId, System listId, object userState ) : void
item string
taskId int
listId System
userState object
리턴 void

StartWorkflowAsync() 공개 메소드

public StartWorkflowAsync ( string item, System templateId, System workflowParameters ) : void
item string
templateId System
workflowParameters System
리턴 void

StartWorkflowAsync() 공개 메소드

public StartWorkflowAsync ( string item, System templateId, System workflowParameters, object userState ) : void
item string
templateId System
workflowParameters System
userState object
리턴 void

WorkflowSoap() 공개 메소드

public WorkflowSoap ( ) : System
리턴 System