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

ファイルを表示 Open project: BEXIS2/Core

Public Properties

Property Type Description
DROPDOWN_TYPE string

Public Methods

Method Description
GetAllRootNodesAsList ( string type ) : IEnumerable

Get a IEnumerable list of node for the category or dropdown.

The static type define the possible types:

types description CATEGORY_TYPE description DROPDOWN_TYPE description

Private Methods

Method Description
LoadXml ( ) : void

Method Details

GetAllRootNodesAsList() public static method

Get a IEnumerable list of node for the category or dropdown.

The static type define the possible types:

types description CATEGORY_TYPE description DROPDOWN_TYPE description
public static GetAllRootNodesAsList ( string type ) : IEnumerable
type string criteria/dropbox
return IEnumerable

Property Details

DROPDOWN_TYPE public_oe static_oe property

public static string DROPDOWN_TYPE
return string