C# Class EppLib.Entities.ContactInfoResponse

Inheritance: EppResponse
显示文件 Open project: CodeMakerInc/EppLib.NET Class Usage Examples

Protected Properties

Property Type Description
_contact Contact

Public Methods

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

Protected Methods

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

Method Details

ContactInfoResponse() public method

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

ContactInfoResponse() public method

public ContactInfoResponse ( 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

ProcessExtensionNode() protected method

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

Property Details

_contact protected_oe property

protected Contact,EppLib.Entities _contact
return Contact