Click or drag to resize
LicenseCustomer Class
Contains data about the SOLO Server Customer to which the license belongs.
Inheritance Hierarchy

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public class LicenseCustomer : LicenseDataObject

The LicenseCustomer type exposes the following members.

Constructors
  NameDescription
Public methodLicenseCustomer
Creates a new LicenseCustomer object.
Top
Properties
  NameDescription
Public propertyAddress1
Gets or sets the customer's street address (or line 1 of the customer's address).
Public propertyAddress2
Gets or sets the customer's second address line (i.e. apartment or suite number).
Public propertyCity
Gets or sets the city of the customer's address.
Public propertyCompanyName
Gets or sets the customer's company name.
Public propertyCountry
Gets or sets the country of the customer's address.
Public propertyCustomerID
Gets or sets the unique Customer ID (typically issued by SOLO Server) for this customer.
Public propertyEmail
Gets or sets the customer's email address.
Public propertyExcludeFromAll
Gets or sets whether or not the customer has opted to be excluded from all marketing and product communications.
Public propertyFax
Gets or sets the customer's fax number.
Public propertyFirstName
Gets or sets the customer's first name.
Public propertyLastName
Gets or sets the customer's last name.
Public propertyNotifyPartners
Gets or sets whether the customer will receive email alerts from trusted partners.
Public propertyNotifyProducts
Gets or sets whether the customer will receive email alerts for products updates.
Public propertyPhone
Gets or sets the customer's phone number.
Public propertyPostalCode
Gets or sets the customer's zip/postal code.
Public propertyStateProvince
Gets or sets the state/province of the customer's address.
Public propertyUnregistered
Gets or sets whether or not the customer is unregistered.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Remarks

This object's data is available in the License class's Customer property.

See Also