Person MembersBluefin Web Client API Documentation

The Person type exposes the following members.
Constructors

  NameDescription
Public methodPerson 
Initializes new empty instance.
Public methodPerson(String, String)
Initializes new instance with given Person's first and last name.
Back to Top
Properties

  NameDescription
Public propertyAddress
Gets or sets Person's Address info.
Public propertyEmail
Gets or sets string of Person's email address
Public propertyFirstName
Gets or sets string of Person's first name
Public propertyLastName
Gets or sets string of Person's last name.
Public propertyPhone
Gets or sets string of Person's phone.
Back to Top
See Also