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

Inheritance: EppLib.Entities.PollResponse
Show file Open project: CodeMakerInc/EppLib.NET

Public Methods

Method Description
RegistrarChangeNotification ( byte bytes ) : System.Collections.Generic
RegistrarChangeNotification ( string xml ) : System.Collections.Generic

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

RegistrarChangeNotification() public method

public RegistrarChangeNotification ( byte bytes ) : System.Collections.Generic
bytes byte
return System.Collections.Generic

RegistrarChangeNotification() public method

public RegistrarChangeNotification ( string xml ) : System.Collections.Generic
xml string
return System.Collections.Generic