C# Class BExIS.Ddm.Providers.DummyProvider.Helpers.Metadata

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

Méthodes publiques

Méthode Description
GetAllValuesAsList ( ) : List

Get all values as a list of strings

GetValueFromNode ( string node ) : XmlNodeList

Get a value from a node

IsDateInRangeOf ( int date, string node, bool desc ) : bool
IsValueInMetadata ( string value ) : bool

Check if value inside the metadata

IsValueInNode ( string node, string value ) : bool

Check if value in node

LoadXml ( string url ) : void

Load xml file using url

Metadata ( ) : System

Method Details

GetAllValuesAsList() public méthode

Get all values as a list of strings
public GetAllValuesAsList ( ) : List
Résultat List

GetValueFromNode() public méthode

Get a value from a node
public GetValueFromNode ( string node ) : XmlNodeList
node string
Résultat System.Xml.XmlNodeList

IsDateInRangeOf() public méthode

public IsDateInRangeOf ( int date, string node, bool desc ) : bool
date int
node string
desc bool
Résultat bool

IsValueInMetadata() public méthode

Check if value inside the metadata
public IsValueInMetadata ( string value ) : bool
value string value to search for
Résultat bool

IsValueInNode() public méthode

Check if value in node
public IsValueInNode ( string node, string value ) : bool
node string node name
value string value name
Résultat bool

LoadXml() public méthode

Load xml file using url
public LoadXml ( string url ) : void
url string Path of the xmlfile
Résultat void

Metadata() public méthode

public Metadata ( ) : System
Résultat System