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

List of TimeQuota. Use the property TimeQuotas of the ProtectedAccount class to get/set such a list. More...

Inherits List< TimeQuota >.

Public Member Functions

 TimeQuotas (List< TimeQuota > timeQuotas)
 Used by Ulysse API More...
 
override string ToString ()
 Format the list to a string. Useful if the "Get-UserLockProtectedAccount -Property TimeQuotas" cmdlet is called. More...
 
string ToString (char SEP, bool bAddFinalSep)
 Converts the current instance to a string. The separator between time quotas is customizable. Useful if the "Get-UserLockProtectedAccount -Property TimeQuotas" cmdlet is called. More...
 

Detailed Description

List of TimeQuota. Use the property TimeQuotas of the ProtectedAccount class to get/set such a list.

Constructor & Destructor Documentation

TimeQuotas ( List< TimeQuota timeQuotas)

Used by Ulysse API

Parameters
timeQuotas

Member Function Documentation

override string ToString ( )

Format the list to a string. Useful if the "Get-UserLockProtectedAccount -Property TimeQuotas" cmdlet is called.

Returns
string ToString ( char  SEP,
bool  bAddFinalSep 
)

Converts the current instance to a string. The separator between time quotas is customizable. Useful if the "Get-UserLockProtectedAccount -Property TimeQuotas" cmdlet is called.

Parameters
SEPThe separator between time quotas.
bAddFinalSepif set to true add the separator after the last time quota.
Returns
A System.String that represents this instance.