C# 클래스 EppLib.Entities.ContactInfoResponse

상속: EppResponse
파일 보기 프로젝트 열기: CodeMakerInc/EppLib.NET 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_contact Contact

공개 메소드들

메소드 설명
ContactInfoResponse ( byte bytes ) : System
ContactInfoResponse ( string xml ) : System

보호된 메소드들

메소드 설명
ProcessDataNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void
ProcessExtensionNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void

메소드 상세

ContactInfoResponse() 공개 메소드

public ContactInfoResponse ( byte bytes ) : System
bytes byte
리턴 System

ContactInfoResponse() 공개 메소드

public ContactInfoResponse ( string xml ) : System
xml string
리턴 System

ProcessDataNode() 보호된 메소드

protected ProcessDataNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void
doc System.Xml.XmlDocument
namespaces System.Xml.XmlNamespaceManager
리턴 void

ProcessExtensionNode() 보호된 메소드

protected ProcessExtensionNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void
doc System.Xml.XmlDocument
namespaces System.Xml.XmlNamespaceManager
리턴 void

프로퍼티 상세

_contact 보호되어 있는 프로퍼티

protected Contact,EppLib.Entities _contact
리턴 Contact