SQLINQ Class Library  (April 2015)
Using SQLINQ to transform UML to C#
Assets.SQLINQ.Generator.Extensions Class Reference

Static Public Member Functions

static string AsStringList< T > (this IEnumerable< T > aList, Func< T, string > aConvert, string aSeparator)
 
static string AsStringList< T > (this IEnumerable< T > aList, string aSeparator)
 
static string MustEndWith (this string aText, char aChar)
 
static XElement GetFirst (this XElement aNode, string aName)
 
static IEnumerable< XElement > GetAll (this XElement aNode, string aName)
 
static XAttribute GetAttribute (this XElement aNode, string aName)
 
static string GetAttributeValue (this XElement aNode, string aName)