C# 클래스 Magician.BulkWorkflowExecutor.Logic.ExecuteBulkWorkflowLogic

파일 보기 프로젝트 열기: gotdibbs/magician 1 사용 예제들

공개 메소드들

메소드 설명
Execute ( QueryExpression query, System.Guid workflowId, int page = 1 ) : ExecuteResponse
ExecuteBulkWorkflowLogic ( IOrganizationService service ) : System
GetQuery ( string fetchXml ) : QueryExpression
RetrieveView ( System.Guid viewId, string entityLogicalName, bool isUserView ) : View
RetrieveView ( string viewName, string entityLogicalName, bool isUserView ) : View
RetrieveViews ( string entityLogicalName ) : List
RetrieveWorkflow ( System.Guid workflowId ) : Workflow
RetrieveWorkflow ( string name ) : Workflow
RetrieveWorkflows ( ) : List

비공개 메소드들

메소드 설명
ExecuteWorkflow ( QueryExpression query, System.Guid workflowId, int page ) : ExecuteResponse
RetrieveView ( QueryExpression query ) : View

메소드 상세

Execute() 공개 메소드

public Execute ( QueryExpression query, System.Guid workflowId, int page = 1 ) : ExecuteResponse
query QueryExpression
workflowId System.Guid
page int
리턴 Magician.BulkWorkflowExecutor.Logic.Models.ExecuteResponse

ExecuteBulkWorkflowLogic() 공개 메소드

public ExecuteBulkWorkflowLogic ( IOrganizationService service ) : System
service IOrganizationService
리턴 System

GetQuery() 공개 메소드

public GetQuery ( string fetchXml ) : QueryExpression
fetchXml string
리턴 QueryExpression

RetrieveView() 공개 메소드

public RetrieveView ( System.Guid viewId, string entityLogicalName, bool isUserView ) : View
viewId System.Guid
entityLogicalName string
isUserView bool
리턴 Magician.BulkWorkflowExecutor.Logic.Models.View

RetrieveView() 공개 메소드

public RetrieveView ( string viewName, string entityLogicalName, bool isUserView ) : View
viewName string
entityLogicalName string
isUserView bool
리턴 Magician.BulkWorkflowExecutor.Logic.Models.View

RetrieveViews() 공개 메소드

public RetrieveViews ( string entityLogicalName ) : List
entityLogicalName string
리턴 List

RetrieveWorkflow() 공개 메소드

public RetrieveWorkflow ( System.Guid workflowId ) : Workflow
workflowId System.Guid
리턴 Magician.BulkWorkflowExecutor.Logic.Models.Workflow

RetrieveWorkflow() 공개 메소드

public RetrieveWorkflow ( string name ) : Workflow
name string
리턴 Magician.BulkWorkflowExecutor.Logic.Models.Workflow

RetrieveWorkflows() 공개 메소드

public RetrieveWorkflows ( ) : List
리턴 List