C# Class EppLib.Extensions.Nominet.DomainInfo.NominetDomainInfoResponse

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

Méthodes publiques

Méthode Description
NominetDomainInfoResponse ( byte bytes ) : System.Collections.Generic

Méthodes protégées

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

Method Details

NominetDomainInfoResponse() public méthode

public NominetDomainInfoResponse ( byte bytes ) : System.Collections.Generic
bytes byte
Résultat System.Collections.Generic

ProcessDataNode() protected méthode

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

ProcessExtensionNode() protected méthode

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