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.
 
override string ToString ()
 Returns a System.String that represents this instance.
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ TimeFramesEff()

TimeFramesEff ( string s)

Initializes a new instance of the TimeFramesEff 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

◆ TimeFramesEffective

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

Gets or sets the effective time frames.

The effective time frames.