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

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

공개 프로퍼티들

프로퍼티 타입 설명
CATEGORY_TYPE string
DROPDOWN_TYPE string

공개 메소드들

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

비공개 메소드들

메소드 설명
LoadXml ( ) : void

load static Caetgory.xml file

메소드 상세

GetAllNodesAsListFromData() 공개 정적인 메소드

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

프로퍼티 상세

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

public static string CATEGORY_TYPE
리턴 string

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

public static string DROPDOWN_TYPE
리턴 string