Package prlsdkapi :: Class LicenceInfo
[hide private]
[frames] | no frames]

Class LicenceInfo

  object --+        
           |        
 prlsdk.Base --+    
               |    
prlsdk.BaseAsync --+
                   |
                  LicenceInfo

Contains the Parallels license information.

Instance Methods [hide private]

Inherited from prlsdk.BaseAsync: __cmp__, __init__, __new__, __repr__, cancel, wait

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __prefix__ = 'licinfo'
  __ht__ = 268435495
Properties [hide private]
  valid
Indicates whether the license is valid: True - valid; False - invalid.
  license_key
A string containing the license key.
  user_name
A string containing the user name on the license.
  company_name
A string containing the company name on the license.

Inherited from prlsdk.BaseAsync: __expected_h_type__, __job__, finished, handle_type

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

valid

Indicates whether the license is valid: True - valid; False - invalid.

Get Method:
unreachable.licinfo__get_valid(licinfo, LicenceInfo) - Returns sign whether license is valid.

license_key

A string containing the license key.

Get Method:
unreachable.licinfo__get_license_key(licinfo, LicenceInfo) - Returns license key string.

user_name

A string containing the user name on the license.

Get Method:
unreachable.licinfo__get_user_name(licinfo, LicenceInfo) - Returns license user name.

company_name

A string containing the company name on the license.

Get Method:
unreachable.licinfo__get_company_name(licinfo, LicenceInfo) - Returns license company name.