C# Class X.Services.Extensions.ExtensionHelper

Mostrar archivo Open project: liquidboy/X

Public Methods

Method Description
GetElement ( string nodeName, System.Xml.Linq.XDocument xmlData ) : IEnumerable
GetPropertyFromResults ( ValueSet valueSet, string key ) : object>.KeyValuePair

Method Details

GetElement() public static method

public static GetElement ( string nodeName, System.Xml.Linq.XDocument xmlData ) : IEnumerable
nodeName string
xmlData System.Xml.Linq.XDocument
return IEnumerable

GetPropertyFromResults() public static method

public static GetPropertyFromResults ( ValueSet valueSet, string key ) : object>.KeyValuePair
valueSet ValueSet
key string
return object>.KeyValuePair