SmartAPI
Open Source .NET RQL library for RedDot CMS / OpenText WSM Management Server
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
erminas.SmartAPI.CMS.Project.Pages.AbstractPageSearchFilter Class Referenceabstract
+ Inheritance diagram for erminas.SmartAPI.CMS.Project.Pages.AbstractPageSearchFilter:
+ Collaboration diagram for erminas.SmartAPI.CMS.Project.Pages.AbstractPageSearchFilter:

Public Types

enum  EqualityOperatorType { Equal, NotEqual }
 

Public Member Functions

abstract string ToSearchItemString ()
 
- Public Member Functions inherited from erminas.SmartAPI.CMS.Project.Pages.IPageSearchFilter
string ToSearchItemString ()
 

Static Protected Member Functions

static string EqualityOperatorToString (EqualityOperatorType type)
 
static string ToSearchItemStringInternal (string key, string value, string @operator)
 

Detailed Description

Definition at line 28 of file IPageSearchFilter.cs.

Member Enumeration Documentation

Enumerator:
Equal 
NotEqual 

Definition at line 32 of file IPageSearchFilter.cs.

Member Function Documentation

static string erminas.SmartAPI.CMS.Project.Pages.AbstractPageSearchFilter.EqualityOperatorToString ( EqualityOperatorType  type)
staticprotected

Definition at line 46 of file IPageSearchFilter.cs.

static string erminas.SmartAPI.CMS.Project.Pages.AbstractPageSearchFilter.ToSearchItemStringInternal ( string  key,
string  value,
string @  operator 
)
staticprotected

Definition at line 51 of file IPageSearchFilter.cs.


The documentation for this class was generated from the following file: