C# 클래스 Difi.SikkerDigitalPost.Klient.Domene.Extensions.XmlElementExtensions

파일 보기 프로젝트 열기: difi/sikker-digital-post-klient-dotnet

공개 메소드들

메소드 설명
AppendChild ( this element, string localName, string namespaceUri, string value = null ) : XmlElement
AppendChildElement ( this parent, string childname, string namespaceUri, XmlDocument document ) : XmlElement
AppendChildElement ( this parent, string childname, string prefix, string namespaceUri, XmlDocument document ) : XmlElement

메소드 상세

AppendChild() 공개 정적인 메소드

public static AppendChild ( this element, string localName, string namespaceUri, string value = null ) : XmlElement
element this
localName string
namespaceUri string
value string
리턴 System.Xml.XmlElement

AppendChildElement() 공개 정적인 메소드

public static AppendChildElement ( this parent, string childname, string namespaceUri, XmlDocument document ) : XmlElement
parent this
childname string
namespaceUri string
document System.Xml.XmlDocument
리턴 System.Xml.XmlElement

AppendChildElement() 공개 정적인 메소드

public static AppendChildElement ( this parent, string childname, string prefix, string namespaceUri, XmlDocument document ) : XmlElement
parent this
childname string
prefix string
namespaceUri string
document System.Xml.XmlDocument
리턴 System.Xml.XmlElement