Statistics Members
The Statistics type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Statistics()()()() |
This initializes an empty Statistics object.
|
|
Statistics(Int32) |
This initializes a Statistics object with the passed in value.
|
|
Statistics(Int32, Int32) |
This initializes a Statistics object with the passed in values.
|
|
Statistics(Int32, Int32, Int32) |
This initializes a Statistics object with the passed in values.
|
|
Statistics(Int32, Int32, Int32, Int32) |
This initializes a Statistics object with the passed in values.
|
|
Statistics(Int32, Int32, Int32, Int32, DateTime) |
This initializes a Statistics object with the passed in values.
|
Methods
Name | Description | |
---|---|---|
Equals(System.Object) | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Saved |
Resets the is dirty flag to know this item has been saved.
(Inherited from AbstractLicenseData.) |
|
ToString | (Inherited from Object.) | |
ToXmlString |
This creates a String representing the
XML form for this Statistics object.
|
Properties
Name | Description | |
---|---|---|
AccessCount |
Gets the number of times the license has been accessed.
|
|
DateTimeLastAccessed |
Gets the last time this license was accessed.
|
|
DaysCount |
Gets the number of days this license has been used.
|
|
HitCount |
Gets the number of times the license has been accessed. Generally used in web service environments.
|
|
IsDirty |
Gets if this object has changed since the last save.
(Inherited from AbstractLicenseData.) |
|
UsageCount |
Gets the number of uses this license has had.
|