C# 클래스 BExIS.Ddm.Providers.DummyProvider.Helpers.Helpers.Search.CategoryBuilder

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

공개 프로퍼티들

프로퍼티 타입 설명
DROPDOWN_TYPE string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
LoadXml ( ) : void

메소드 상세

GetAllRootNodesAsList() 공개 정적인 메소드

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
리턴 IEnumerable

프로퍼티 상세

DROPDOWN_TYPE 공개적으로 정적으로 프로퍼티

public static string DROPDOWN_TYPE
리턴 string