C# Класс FluentNHibernate.Utils.XmlExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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