Class RuleWorkflowServiceBase
Abstract base class - RuleWorkflowServiceBase
Inheritance
System.Object
RuleWorkflowServiceBase
Implements
Cmc.Core.ServiceModel.IService
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public abstract class RuleWorkflowServiceBase : EntityService<RuleWorkflowEntity>, IRuleWorkflowService, IEntityService<RuleWorkflowEntity>, IService
Constructors
RuleWorkflowServiceBase()
Declaration
protected RuleWorkflowServiceBase()
Methods
CreateRuleFromPublishedWorkflow(CreateRuleFromPublishedWorkflowRequest)
Declaration
public virtual CreateRuleFromPublishedWorkflowResponse CreateRuleFromPublishedWorkflow(CreateRuleFromPublishedWorkflowRequest request)
Parameters
Returns
GetPublishedWorkflow(GetPublishedWorkflowRequest)
Declaration
public virtual GetPublishedWorkflowResponse GetPublishedWorkflow(GetPublishedWorkflowRequest request)
Parameters
Returns
GetPublishedWorkflows(GetPublishedWorkflowsRequest)
Declaration
public virtual GetPublishedWorkflowsResponse GetPublishedWorkflows(GetPublishedWorkflowsRequest request)
Parameters
Returns
GetRuleWorkflowsByIdentifier(GetRuleWorkflowsByIdentifierRequest)
Declaration
public virtual GetRuleWorkflowsByIdentifierResponse GetRuleWorkflowsByIdentifier(GetRuleWorkflowsByIdentifierRequest request)
Parameters
Returns
Declaration
public virtual InvokeConfiguredRuleWorkflowsResponse InvokeConfiguredRuleWorkflows(InvokeConfiguredRuleWorkflowsRequest request)
Parameters
Returns
Implements
Cmc.Core.ServiceModel.IEntityService<>
Cmc.Core.ServiceModel.IService