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

파일 보기 프로젝트 열기: BEXIS2/Core 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllProperties IEnumerable
PROPERTIES_XML_NODE_NAME string

공개 메소드들

메소드 설명
GetAllProperties ( ) : IEnumerable

Get all property objects based on the configuration

PropertyBuilder ( List data ) : System.Collections.Generic

Properties will be created based on data(Metadatalist)

비공개 메소드들

메소드 설명
LoadAllValues ( List data ) : void

Load all values for the properties

Depends on all Data

LoadXml ( ) : void

Load current static configuration NewProperties.xml document

메소드 상세

GetAllProperties() 공개 메소드

Get all property objects based on the configuration
public GetAllProperties ( ) : IEnumerable
리턴 IEnumerable

PropertyBuilder() 공개 메소드

Properties will be created based on data(Metadatalist)
public PropertyBuilder ( List data ) : System.Collections.Generic
data List
리턴 System.Collections.Generic

프로퍼티 상세

AllProperties 공개적으로 프로퍼티

IEnumerable List of all properties
public IEnumerable AllProperties
리턴 IEnumerable

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

public static string PROPERTIES_XML_NODE_NAME
리턴 string