UserLock API
Public Member Functions | Properties | List of all members
TimeQuotasEff Class Reference

Effective time quota restrictions (cannot be stored in ProtectedAccount fields because they need additional data). More...

Public Member Functions

 TimeQuotasEff (string s)
 Initializes a new instance of the TimeQuotasEff class.
 
override string ToString ()
 Returns a System.String that represents this instance.
 

Properties

Dictionary< String, TimeQuotasTimeQuotasEffective [get, set]
 Gets or sets the effective time quotas.
 

Detailed Description

Effective time quota restrictions (cannot be stored in ProtectedAccount fields because they need additional data).

Constructor & Destructor Documentation

◆ TimeQuotasEff()

TimeQuotasEff ( string s)

Initializes a new instance of the TimeQuotasEff class.

Parameters
sThe string from which the new instance is built.

Member Function Documentation

◆ ToString()

override string ToString ( )

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.

Property Documentation

◆ TimeQuotasEffective

Dictionary<String, TimeQuotas> TimeQuotasEffective
getset

Gets or sets the effective time quotas.

The effective time quotas.