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

Datei anzeigen Open project: BEXIS2/Core Class Usage Examples

Public Properties

Property Type Description
AllProperties IEnumerable
PROPERTIES_XML_NODE_NAME string

Public Methods

Method Description
GetAllProperties ( ) : IEnumerable

Get all property objects based on the configuration

PropertyBuilder ( List data ) : System.Collections.Generic

Properties will be created based on data(Metadatalist)

Private Methods

Method Description
LoadAllValues ( List data ) : void

Load all values for the properties

Depends on all Data

LoadXml ( ) : void

Load current static configuration NewProperties.xml document

Method Details

GetAllProperties() public method

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

PropertyBuilder() public method

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

Property Details

AllProperties public_oe property

IEnumerable List of all properties
public IEnumerable AllProperties
return IEnumerable

PROPERTIES_XML_NODE_NAME public_oe static_oe property

public static string PROPERTIES_XML_NODE_NAME
return string