SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
|
Public Member Functions | |
WorkflowFilter (EqualityOperatorType @operator, IWorkflow workflow) | |
override string | ToSearchItemString () |
Public Attributes | |
readonly EqualityOperatorType | Operator |
readonly IWorkflow | Workflow |
Additional Inherited Members | |
Public Types inherited from erminas.SmartAPI.CMS.Project.Pages.AbstractPageSearchFilter | |
enum | EqualityOperatorType { Equal, NotEqual } |
Static Protected Member Functions inherited from erminas.SmartAPI.CMS.Project.Pages.AbstractPageSearchFilter | |
static string | EqualityOperatorToString (EqualityOperatorType type) |
static string | ToSearchItemStringInternal (string key, string value, string @operator) |
Definition at line 102 of file IPageSearchFilter.cs.
erminas.SmartAPI.CMS.Project.Pages.WorkflowFilter.WorkflowFilter | ( | EqualityOperatorType @ | operator, |
IWorkflow | workflow | ||
) |
Definition at line 107 of file IPageSearchFilter.cs.
|
virtual |
Implements erminas.SmartAPI.CMS.Project.Pages.AbstractPageSearchFilter.
Definition at line 113 of file IPageSearchFilter.cs.
readonly EqualityOperatorType erminas.SmartAPI.CMS.Project.Pages.WorkflowFilter.Operator |
Definition at line 104 of file IPageSearchFilter.cs.
readonly IWorkflow erminas.SmartAPI.CMS.Project.Pages.WorkflowFilter.Workflow |
Definition at line 105 of file IPageSearchFilter.cs.