C# Class BExIS.Ddm.Providers.DummyProvider.Helpers.Helpers.Search.FacetBuilder

Afficher le fichier Open project: BEXIS2/Core

Méthodes publiques

Свойство Type Description
CATEGORY_TYPE string
DROPDOWN_TYPE string

Méthodes publiques

Méthode Description
GetAllNodesAsListFromData ( string type, List metadataList ) : IEnumerable

Get all node from type and there childrens from the metadata list.

The static type define the possible types:

types description CATEGORY_TYPE description DROPDOWN_TYPE description

Private Methods

Méthode Description
LoadXml ( ) : void

load static Caetgory.xml file

Method Details

GetAllNodesAsListFromData() public static méthode

Get all node from type and there childrens from the metadata list.

The static type define the possible types:

types description CATEGORY_TYPE description DROPDOWN_TYPE description
public static GetAllNodesAsListFromData ( string type, List metadataList ) : IEnumerable
type string criteria/dropbox
metadataList List list of metadata objects
Résultat IEnumerable

Property Details

CATEGORY_TYPE public_oe static_oe property

public static string CATEGORY_TYPE
Résultat string

DROPDOWN_TYPE public_oe static_oe property

public static string DROPDOWN_TYPE
Résultat string