C# 클래스 FluentNHibernate.Utils.XmlExtensions

파일 보기 프로젝트 열기: HudsonAkridge/fluent-nhibernate

공개 메소드들

메소드 설명
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

메소드 상세

AddElement() 공개 정적인 메소드

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

ImportAndAppendChild() 공개 정적인 메소드

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

SetAttributeOnChild() 공개 정적인 메소드

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

SetColumnProperty() 공개 정적인 메소드

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

WithAtt() 공개 정적인 메소드

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

WithAtt() 공개 정적인 메소드

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

WithAtt() 공개 정적인 메소드

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

WithProperties() 공개 정적인 메소드

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

WithProperties() 공개 정적인 메소드

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