Class GetRuleWorkflowsByIdentifierResponse
Represents the response for the GetRuleWorkflowsByIdentifier method.
Inheritance
System.Object
GetRuleWorkflowsByIdentifierResponse
Namespace: Cmc.Nexus.Common.Services
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class GetRuleWorkflowsByIdentifierResponse : ServiceResponse
Constructors
GetRuleWorkflowsByIdentifierResponse()
Constructor
Declaration
public GetRuleWorkflowsByIdentifierResponse()
Properties
RuleWorkflows
Rule Workflows
Declaration
public ICollection<RuleWorkflowEntity> RuleWorkflows { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RuleWorkflowEntity> |