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

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

Public Methods

Method Description
DomainsSuspendedNotification ( byte bytes ) : System
DomainsSuspendedNotification ( string xml ) : System

Protected Methods

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

Method Details

DomainsSuspendedNotification() public method

public DomainsSuspendedNotification ( byte bytes ) : System
bytes byte
return System

DomainsSuspendedNotification() public method

public DomainsSuspendedNotification ( string xml ) : System
xml string
return System

ProcessDataNode() protected method

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