C# 클래스 EppLib.Extensions.Nominet.DomainCheck.NominetDomainCheckExtension
파일 보기
프로젝트 열기: CodeMakerInc/EppLib.NET
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
ToXml ( XmlDocument doc ) : XmlNode |
|
|
보호된 메소드들
메소드 |
설명 |
|
AddressToXml ( XmlDocument doc, String tagName, PostalInfo nameAddress ) : XmlElement |
|
|
메소드 상세
protected AddressToXml ( XmlDocument doc, String tagName, PostalInfo nameAddress ) : XmlElement |
doc |
System.Xml.XmlDocument |
|
tagName |
String |
|
nameAddress |
EppLib.Entities.PostalInfo |
|
리턴 |
System.Xml.XmlElement |
|
public ToXml ( XmlDocument doc ) : XmlNode |
doc |
System.Xml.XmlDocument |
|
리턴 |
System.Xml.XmlNode |
|