C# 클래스 EppLib.Extensions.Nominet.Notifications.DomainCancellationNotification

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

DomainCancellationNotification() 공개 메소드

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

DomainCancellationNotification() 공개 메소드

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

ProcessDataNode() 보호된 메소드

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