Click or drag to resize

DomainRegistrantEntity Class

An Object which contains all data about of Registrant
Inheritance Hierarchy
SystemObject
  SerializableEntityBase
    Aruba.Cloud.Domains.Common.EntitiesDomainRegistrantEntity

Namespace:  Aruba.Cloud.Domains.Common.Entities
Assembly:  Aruba.Cloud.Domains.Common.Entities (in Aruba.Cloud.Domains.Common.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[DataContractAttribute]
public class DomainRegistrantEntity : SerializableEntityBase

The DomainRegistrantEntity type exposes the following members.

Constructors
  NameDescription
Public methodDomainRegistrantEntity
Initializes a new instance of the DomainRegistrantEntity class
Top
Properties
  NameDescription
Public property_DataType (Inherited from SerializableEntityBase.)
Public propertyAddressField1
Address of Registrant
Public propertyAddressField2
2th Address of Registrant
Public propertyAddressField3
3th Address of Registrant
Public propertyCity
City of Registrant
Public propertyCountry
Country of Registrant
Public propertyEmail
Email of Registrant
Public propertyFax
Fax number of Registrant
Public propertyFirstName
First Name of Registrant
Public propertyLastName
Last Name of Registrant
Public propertyOrganizationName
Organization Name of Registrant
Public propertyPhone
Phone number of Registrant
Public propertyPostalCode
Postal Code of Registrant
Public propertyState
State of Registrant
Public propertyTldData
TldData information
Top
See Also