C# Class BExIS.Ddm.Model.SearchComponent

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

Méthode Description
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

Method Details

ContainsCategory() public méthode

public ContainsCategory ( string name ) : bool
name string
Résultat bool

ContainsFacet() public méthode

public ContainsFacet ( string facetName ) : bool
facetName string
Résultat bool

ContainsProperty() public méthode

public ContainsProperty ( string name ) : bool
name string
Résultat bool

ContainsSearchComponent() public méthode

public ContainsSearchComponent ( string name, string value ) : bool
name string
value string
Résultat bool

GetCategory() public méthode

Get a category from Categories where value equal to facets category
public GetCategory ( string name ) : Category
name string
Résultat Category

GetFacet() public méthode

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

GetFacetChildrens() public méthode

public GetFacetChildrens ( string facetName ) : IEnumerable
facetName string
Résultat IEnumerable

GetProperty() public méthode

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

GetSearchComponent() public méthode

public GetSearchComponent ( string name, SearchComponentBaseType typeOf ) : SearchComponentBase
name string
typeOf SearchComponentBaseType
Résultat SearchComponentBase

SearchComponent() public méthode

represents the search components of the search UI
public SearchComponent ( ) : System
Résultat System