C# Class EppLib.Entities.ContactChange

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

Méthodes publiques

Свойство Type Description
DiscloseFlag bool?
DiscloseMask Contact.DiscloseFlags
Email string
Fax Telephone
PostalInfo PostalInfo
Voice Telephone

Méthodes publiques

Méthode Description
ContactChange ( )
ContactChange ( Contact contact )

Method Details

ContactChange() public méthode

public ContactChange ( )

ContactChange() public méthode

public ContactChange ( Contact contact )
contact Contact

Property Details

DiscloseFlag public_oe property

public bool? DiscloseFlag
Résultat bool?

DiscloseMask public_oe property

public Contact.DiscloseFlags DiscloseMask
Résultat Contact.DiscloseFlags

Email public_oe property

public string Email
Résultat string

Fax public_oe property

public Telephone,EppLib.Entities Fax
Résultat Telephone

PostalInfo public_oe property

public PostalInfo,EppLib.Entities PostalInfo
Résultat PostalInfo

Voice public_oe property

public Telephone,EppLib.Entities Voice
Résultat Telephone