CAS.Lib.CodeProtect Namespace
CAS.Lib.CodeProtect.LicenseDsc Namespace
CAS.Lib.CodeProtect.LicenseDsc.Constraints Namespace
CAS.Lib.CodeProtect.Properties Namespace
OOI CodeProtect

Statistics Members

The Statistics type exposes the following members.

Constructors


  Name Description
Public method Statistics()()()()
This initializes an empty Statistics object.
Public method Statistics(Int32)
This initializes a Statistics object with the passed in value.
Public method Statistics(Int32, Int32)
This initializes a Statistics object with the passed in values.
Public method Statistics(Int32, Int32, Int32)
This initializes a Statistics object with the passed in values.
Public method Statistics(Int32, Int32, Int32, Int32)
This initializes a Statistics object with the passed in values.
Public method Statistics(Int32, Int32, Int32, Int32, DateTime)
This initializes a Statistics object with the passed in values.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Saved
Resets the is dirty flag to know this item has been saved.
(Inherited from AbstractLicenseData.)
Public method ToString (Inherited from Object.)
Public method ToXmlString
This creates a String representing the XML form for this Statistics object.

Properties


  Name Description
Public property AccessCount
Gets the number of times the license has been accessed.
Public property DateTimeLastAccessed
Gets the last time this license was accessed.
Public property DaysCount
Gets the number of days this license has been used.
Public property HitCount
Gets the number of times the license has been accessed. Generally used in web service environments.
Public property IsDirty
Gets if this object has changed since the last save.
(Inherited from AbstractLicenseData.)
Public property UsageCount
Gets the number of uses this license has had.