C# Class FluentNHibernate.Utils.XmlExtensions

ファイルを表示 Open project: HudsonAkridge/fluent-nhibernate

Public Methods

Method Description
AddElement ( this document, string name ) : XmlElement
ImportAndAppendChild ( this document, XmlDocument toImport ) : void
SetAttributeOnChild ( this element, string childName, string attName, string attValue ) : void
SetColumnProperty ( this element, string name, string value ) : XmlElement
WithAtt ( this element, string key, bool value ) : XmlElement
WithAtt ( this element, string key, int value ) : XmlElement
WithAtt ( this element, string key, string attValue ) : XmlElement
WithProperties ( this element, string>.Cache properties ) : XmlElement
WithProperties ( this element, string>.Dictionary properties ) : XmlElement

Method Details

AddElement() public static method

public static AddElement ( this document, string name ) : XmlElement
document this
name string
return System.Xml.XmlElement

ImportAndAppendChild() public static method

public static ImportAndAppendChild ( this document, XmlDocument toImport ) : void
document this
toImport System.Xml.XmlDocument
return void

SetAttributeOnChild() public static method

public static SetAttributeOnChild ( this element, string childName, string attName, string attValue ) : void
element this
childName string
attName string
attValue string
return void

SetColumnProperty() public static method

public static SetColumnProperty ( this element, string name, string value ) : XmlElement
element this
name string
value string
return System.Xml.XmlElement

WithAtt() public static method

public static WithAtt ( this element, string key, bool value ) : XmlElement
element this
key string
value bool
return System.Xml.XmlElement

WithAtt() public static method

public static WithAtt ( this element, string key, int value ) : XmlElement
element this
key string
value int
return System.Xml.XmlElement

WithAtt() public static method

public static WithAtt ( this element, string key, string attValue ) : XmlElement
element this
key string
attValue string
return System.Xml.XmlElement

WithProperties() public static method

public static WithProperties ( this element, string>.Cache properties ) : XmlElement
element this
properties string>.Cache
return System.Xml.XmlElement

WithProperties() public static method

public static WithProperties ( this element, string>.Dictionary properties ) : XmlElement
element this
properties string>.Dictionary
return System.Xml.XmlElement