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

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

Public Member Functions

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

Properties

Dictionary< String, Tuple
< RestrictionMode, TimeFrames > > 
TimeFramesEffective [get, set]
 Gets or sets the effective time frames. More...
 

Detailed Description

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

Constructor & Destructor Documentation

TimeFramesEff ( string  s)

Initializes a new instance of the TimeFramesEff class.

Parameters
sThe string from which the new instance is built.

Member Function Documentation

override string ToString ( )

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.

Property Documentation

Dictionary<String, Tuple<RestrictionMode, TimeFrames> > TimeFramesEffective
getset

Gets or sets the effective time frames.

The effective time frames.