C# 클래스 BExIS.Ddm.Model.SearchComponent

파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
ContainsCategory ( string name ) : bool

ContainsFacet ( string facetName ) : bool

ContainsProperty ( string name ) : bool

ContainsSearchComponent ( string name, string value ) : bool

GetCategory ( string name ) : Category

Get a category from Categories where value equal to facets category

GetFacet ( string facetName ) : Facet

Get a facet from Facets where facename and parentname equal to facets child

GetFacetChildrens ( string facetName ) : IEnumerable

GetProperty ( string name ) : Property

Get a proptery from Properties where value and DataSourceKey are equal otherwise null

GetSearchComponent ( string name, SearchComponentBaseType typeOf ) : SearchComponentBase

SearchComponent ( ) : System

represents the search components of the search UI

메소드 상세

ContainsCategory() 공개 메소드

public ContainsCategory ( string name ) : bool
name string
리턴 bool

ContainsFacet() 공개 메소드

public ContainsFacet ( string facetName ) : bool
facetName string
리턴 bool

ContainsProperty() 공개 메소드

public ContainsProperty ( string name ) : bool
name string
리턴 bool

ContainsSearchComponent() 공개 메소드

public ContainsSearchComponent ( string name, string value ) : bool
name string
value string
리턴 bool

GetCategory() 공개 메소드

Get a category from Categories where value equal to facets category
public GetCategory ( string name ) : Category
name string
리턴 Category

GetFacet() 공개 메소드

Get a facet from Facets where facename and parentname equal to facets child
public GetFacet ( string facetName ) : Facet
facetName string
리턴 Facet

GetFacetChildrens() 공개 메소드

public GetFacetChildrens ( string facetName ) : IEnumerable
facetName string
리턴 IEnumerable

GetProperty() 공개 메소드

Get a proptery from Properties where value and DataSourceKey are equal otherwise null
public GetProperty ( string name ) : Property
name string
리턴 Property

GetSearchComponent() 공개 메소드

public GetSearchComponent ( string name, SearchComponentBaseType typeOf ) : SearchComponentBase
name string
typeOf SearchComponentBaseType
리턴 SearchComponentBase

SearchComponent() 공개 메소드

represents the search components of the search UI
public SearchComponent ( ) : System
리턴 System