C# Class TeamMentor.CoreLib.TM_Server_Utils

Show file Open project: TeamMentor/Master

Public Methods

Method Description
active_Config ( this configs, TM_Server config ) : List
active_SiteData ( this tmServer, TM_Server config ) : TM_Server
active_SiteData ( this tmServer, string name ) : TM_Server
active_UserData ( this tmServer, TM_Server config ) : TM_Server
active_UserData ( this tmServer, string name ) : TM_Server
add_Config ( this configs, TM_Server config ) : List
add_SiteData ( this tmServer, TM_Server config ) : TM_Server
add_UserData ( this tmServer, TM_Server config ) : TM_Server
config ( this configs, string name ) : TM_Server.Config
git ( this tmServer ) : TM_Server.Git_Config
realTime_Logs ( this tmServer, bool value ) : TM_Server
realTime_Logs ( this tmServer ) : bool
remote_GitPath ( this config ) : string
setDefaultData ( this tmServer ) : TM_Server
siteData_Config ( this tmServer ) : TM_Server.Config
siteData_Config ( this tmServer, string name ) : TM_Server.Config
userActivities_Disable_Logging ( this tmServer, bool value ) : TM_Server
userActivities_Disable_Logging ( this tmServer ) : bool
userData_Config ( this tmServer ) : TM_Server.Config
userData_Config ( this tmServer, string name ) : TM_Server.Config

Method Details

active_Config() public static method

public static active_Config ( this configs, TM_Server config ) : List
configs this
config TM_Server
return List

active_SiteData() public static method

public static active_SiteData ( this tmServer, TM_Server config ) : TM_Server
tmServer this
config TM_Server
return TM_Server

active_SiteData() public static method

public static active_SiteData ( this tmServer, string name ) : TM_Server
tmServer this
name string
return TM_Server

active_UserData() public static method

public static active_UserData ( this tmServer, TM_Server config ) : TM_Server
tmServer this
config TM_Server
return TM_Server

active_UserData() public static method

public static active_UserData ( this tmServer, string name ) : TM_Server
tmServer this
name string
return TM_Server

add_Config() public static method

public static add_Config ( this configs, TM_Server config ) : List
configs this
config TM_Server
return List

add_SiteData() public static method

public static add_SiteData ( this tmServer, TM_Server config ) : TM_Server
tmServer this
config TM_Server
return TM_Server

add_UserData() public static method

public static add_UserData ( this tmServer, TM_Server config ) : TM_Server
tmServer this
config TM_Server
return TM_Server

config() public static method

public static config ( this configs, string name ) : TM_Server.Config
configs this
name string
return TM_Server.Config

git() public static method

public static git ( this tmServer ) : TM_Server.Git_Config
tmServer this
return TM_Server.Git_Config

realTime_Logs() public static method

public static realTime_Logs ( this tmServer, bool value ) : TM_Server
tmServer this
value bool
return TM_Server

realTime_Logs() public static method

public static realTime_Logs ( this tmServer ) : bool
tmServer this
return bool

remote_GitPath() public static method

public static remote_GitPath ( this config ) : string
config this
return string

setDefaultData() public static method

public static setDefaultData ( this tmServer ) : TM_Server
tmServer this
return TM_Server

siteData_Config() public static method

public static siteData_Config ( this tmServer ) : TM_Server.Config
tmServer this
return TM_Server.Config

siteData_Config() public static method

public static siteData_Config ( this tmServer, string name ) : TM_Server.Config
tmServer this
name string
return TM_Server.Config

userActivities_Disable_Logging() public static method

public static userActivities_Disable_Logging ( this tmServer, bool value ) : TM_Server
tmServer this
value bool
return TM_Server

userActivities_Disable_Logging() public static method

public static userActivities_Disable_Logging ( this tmServer ) : bool
tmServer this
return bool

userData_Config() public static method

public static userData_Config ( this tmServer ) : TM_Server.Config
tmServer this
return TM_Server.Config

userData_Config() public static method

public static userData_Config ( this tmServer, string name ) : TM_Server.Config
tmServer this
name string
return TM_Server.Config