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

Inheritance: AbstractPageSearchFilter
Mostrar archivo Open project: erminas/smartapi

Public Properties

Property Type Description
Operator OperatorType
Value string

Public Methods

Method Description
HeadlineFilter ( OperatorType op, string value ) : System
ToSearchItemString ( ) : string

Method Details

HeadlineFilter() public method

public HeadlineFilter ( OperatorType op, string value ) : System
op OperatorType
value string
return System

ToSearchItemString() public method

public ToSearchItemString ( ) : string
return string

Property Details

Operator public_oe property

public OperatorType Operator
return OperatorType

Value public_oe property

public string Value
return string