C# Class TeamMentor.CoreLib.TM_Config_Utils

Show file Open project: TeamMentor/Master

Public Methods

Method Description
currentExpirationDate ( this tmConfig ) : System.DateTime
emailAdminOnNewUsers ( this tmConfig ) : bool
enable304Redirects ( this tmConfig ) : bool
enableGZipForWebServices ( this tmConfig ) : bool
newAccountsEnabled ( this tmConfig ) : bool
showDetailedErrorMessages ( this tmConfig ) : bool
show_ContentToAnonymousUsers ( this tmConfig ) : bool
show_LibraryToAnonymousUsers ( this tmConfig ) : bool
tmConfig_SetCurrent ( this userData, TMConfig tmConfig ) : bool
windowsAuthentication_Enabled ( this tmConfig ) : bool

Method Details

currentExpirationDate() public static method

public static currentExpirationDate ( this tmConfig ) : System.DateTime
tmConfig this
return System.DateTime

emailAdminOnNewUsers() public static method

public static emailAdminOnNewUsers ( this tmConfig ) : bool
tmConfig this
return bool

enable304Redirects() public static method

public static enable304Redirects ( this tmConfig ) : bool
tmConfig this
return bool

enableGZipForWebServices() public static method

public static enableGZipForWebServices ( this tmConfig ) : bool
tmConfig this
return bool

newAccountsEnabled() public static method

public static newAccountsEnabled ( this tmConfig ) : bool
tmConfig this
return bool

showDetailedErrorMessages() public static method

public static showDetailedErrorMessages ( this tmConfig ) : bool
tmConfig this
return bool

show_ContentToAnonymousUsers() public static method

public static show_ContentToAnonymousUsers ( this tmConfig ) : bool
tmConfig this
return bool

show_LibraryToAnonymousUsers() public static method

public static show_LibraryToAnonymousUsers ( this tmConfig ) : bool
tmConfig this
return bool

tmConfig_SetCurrent() public static method

public static tmConfig_SetCurrent ( this userData, TMConfig tmConfig ) : bool
userData this
tmConfig TMConfig
return bool

windowsAuthentication_Enabled() public static method

public static windowsAuthentication_Enabled ( this tmConfig ) : bool
tmConfig this
return bool