C# Класс BExIS.Ddm.Model.SearchComponent

Показать файл Открыть проект

Открытые методы

Метод Описание
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