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

Inheritance: EppLib.Entities.PollResponse
Mostra file Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

DomainsReleasedNotification() public method

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

DomainsReleasedNotification() public method

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

ProcessDataNode() protected method

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