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

Afficher le fichier Open project: BEXIS2/Core Class Usage Examples

Méthodes publiques

Свойство Type Description
AllProperties IEnumerable
PROPERTIES_XML_NODE_NAME string

Méthodes publiques

Méthode 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

Méthode 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 méthode

Get all property objects based on the configuration
public GetAllProperties ( ) : IEnumerable
Résultat IEnumerable

PropertyBuilder() public méthode

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

Property Details

AllProperties public_oe property

IEnumerable List of all properties
public IEnumerable AllProperties
Résultat IEnumerable

PROPERTIES_XML_NODE_NAME public_oe static_oe property

public static string PROPERTIES_XML_NODE_NAME
Résultat string