C# Class EppLib.Extensions.Nominet.Notifications.ReferralRejecteNotification

Inheritance: EppLib.Entities.PollResponse
ファイルを表示 Open project: CodeMakerInc/EppLib.NET

Public Methods

Method Description
ReferralRejecteNotification ( byte bytes ) : System.Xml
ReferralRejecteNotification ( string xml ) : System.Xml

Protected Methods

Method Description
ProcessDataNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void

Method Details

ProcessDataNode() protected method

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

ReferralRejecteNotification() public method

public ReferralRejecteNotification ( byte bytes ) : System.Xml
bytes byte
return System.Xml

ReferralRejecteNotification() public method

public ReferralRejecteNotification ( string xml ) : System.Xml
xml string
return System.Xml