C# 클래스 erminas.SmartAPI.CMS.Project.Pages.HeadlineFilter

상속: AbstractPageSearchFilter
파일 보기 프로젝트 열기: erminas/smartapi

공개 프로퍼티들

프로퍼티 타입 설명
Operator OperatorType
Value string

공개 메소드들

메소드 설명
HeadlineFilter ( OperatorType op, string value ) : System
ToSearchItemString ( ) : string

메소드 상세

HeadlineFilter() 공개 메소드

public HeadlineFilter ( OperatorType op, string value ) : System
op OperatorType
value string
리턴 System

ToSearchItemString() 공개 메소드

public ToSearchItemString ( ) : string
리턴 string

프로퍼티 상세

Operator 공개적으로 프로퍼티

public OperatorType Operator
리턴 OperatorType

Value 공개적으로 프로퍼티

public string Value
리턴 string