C# Class erminas.SmartAPI.CMS.Project.Pages.AbstractPageSearchFilter

Inheritance: IPageSearchFilter
Mostrar archivo Open project: erminas/smartapi

Public Methods

Method Description
ToSearchItemString ( ) : string

Protected Methods

Method Description
EqualityOperatorToString ( EqualityOperatorType type ) : string
ToSearchItemStringInternal ( string key, string value, string @operator ) : string

Method Details

EqualityOperatorToString() protected static method

protected static EqualityOperatorToString ( EqualityOperatorType type ) : string
type EqualityOperatorType
return string

ToSearchItemString() public abstract method

public abstract ToSearchItemString ( ) : string
return string

ToSearchItemStringInternal() protected static method

protected static ToSearchItemStringInternal ( string key, string value, string @operator ) : string
key string
value string
@operator string
return string