Méthode | Description | |
---|---|---|
Execute ( QueryExpression query, System.Guid workflowId, int page = 1 ) : |
||
ExecuteBulkWorkflowLogic ( IOrganizationService service ) : System | ||
GetQuery ( string fetchXml ) : QueryExpression | ||
RetrieveView ( System.Guid viewId, string entityLogicalName, bool isUserView ) : |
||
RetrieveView ( string viewName, string entityLogicalName, bool isUserView ) : |
||
RetrieveViews ( string entityLogicalName ) : List |
||
RetrieveWorkflow ( System.Guid workflowId ) : |
||
RetrieveWorkflow ( string name ) : |
||
RetrieveWorkflows ( ) : List |
Méthode | Description | |
---|---|---|
ExecuteWorkflow ( QueryExpression query, System.Guid workflowId, int page ) : |
||
RetrieveView ( QueryExpression query ) : |
public Execute ( QueryExpression query, System.Guid workflowId, int page = 1 ) : |
||
query | QueryExpression | |
workflowId | System.Guid | |
page | int | |
Résultat |
public ExecuteBulkWorkflowLogic ( IOrganizationService service ) : System | ||
service | IOrganizationService | |
Résultat | System |
public GetQuery ( string fetchXml ) : QueryExpression | ||
fetchXml | string | |
Résultat | QueryExpression |
public RetrieveView ( System.Guid viewId, string entityLogicalName, bool isUserView ) : |
||
viewId | System.Guid | |
entityLogicalName | string | |
isUserView | bool | |
Résultat |
public RetrieveView ( string viewName, string entityLogicalName, bool isUserView ) : |
||
viewName | string | |
entityLogicalName | string | |
isUserView | bool | |
Résultat |
public RetrieveViews ( string entityLogicalName ) : List |
||
entityLogicalName | string | |
Résultat | List |
public RetrieveWorkflow ( System.Guid workflowId ) : |
||
workflowId | System.Guid | |
Résultat |
public RetrieveWorkflow ( string name ) : |
||
name | string | |
Résultat |