C# 클래스 EppLib.Entities.DomainRenewResponse

상속: EppResponse
파일 보기 프로젝트 열기: CodeMakerInc/EppLib.NET

보호된 프로퍼티들

프로퍼티 타입 설명
_exDate DateTime?

공개 메소드들

메소드 설명
DomainRenewResponse ( byte bytes ) : System

보호된 메소드들

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

메소드 상세

DomainRenewResponse() 공개 메소드

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

ProcessDataNode() 보호된 메소드

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

프로퍼티 상세

_exDate 보호되어 있는 프로퍼티

protected DateTime? _exDate
리턴 DateTime?