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

Inheritance: EppLib.Entities.PollResponse
Afficher le fichier Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Méthodes publiques

Méthode Description
DomainsSuspendedNotification ( byte bytes ) : System
DomainsSuspendedNotification ( string xml ) : System

Méthodes protégées

Méthode Description
ProcessDataNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void

Method Details

DomainsSuspendedNotification() public méthode

public DomainsSuspendedNotification ( byte bytes ) : System
bytes byte
Résultat System

DomainsSuspendedNotification() public méthode

public DomainsSuspendedNotification ( string xml ) : System
xml string
Résultat System

ProcessDataNode() protected méthode

protected ProcessDataNode ( XmlDocument doc, XmlNamespaceManager namespaces ) : void
doc System.Xml.XmlDocument
namespaces System.Xml.XmlNamespaceManager
Résultat void