UserLock API
List of all members
TimeQuotaCount Class Reference

Time quota and corresponding remaining time count for a specific user. Allows to know how much time the user has left. More...

Inheritance diagram for TimeQuotaCount:
TimeQuota ProtectedItem

Additional Inherited Members

- Public Types inherited from TimeQuota
enum  Period : byte {
  None = 0x00 , Day = 0x01 , Week = 0x02 , Month = 0x04 ,
  Quarter = 0x08 , Semester = 0x10 , Year = 0x20 , All = 0x3F
}
 Enum that allows to specify a period of time for time quota. See the Property Periodicity of the class TimeQuota. More...
 
- Properties inherited from TimeQuota
Period Periodicity [get, set]
 Time period for which the time quota needs to be applied.
 
int Minutes [get, set]
 Amount of time in minutes allowed during the specified period.
 
TimeSpan TimeLength [get, set]
 Amount of time minutes allowed during the specified period.
 
- Properties inherited from ProtectedItem
SessionType SessionTypes [get, set]
 Get/set session types concerned by the protected item.
 
string Name [get]
 Name of the protected item.
 

Detailed Description

Time quota and corresponding remaining time count for a specific user. Allows to know how much time the user has left.