C# Class TeamMentor.UnitTests.Cassini.TM_Proxy_ExtensionMethods_TM_Settings

ファイルを表示 Open project: TeamMentor/Master

Public Methods

Method Description
get_Custom_Path_XmlDatabase ( this tmProxy ) : string
get_Custom_WebRoot ( this tmProxy ) : string
set_Custom_Path_XmlDatabase ( this tmProxy, string value ) : TeamMentor.UnitTests.Cassini.TM_Proxy
set_Custom_WebRoot ( this tmProxy, string value ) : TeamMentor.UnitTests.Cassini.TM_Proxy
show_ContentToAnonymousUsers ( this tmProxy, bool value ) : TeamMentor.UnitTests.Cassini.TM_Proxy

Method Details

get_Custom_Path_XmlDatabase() public static method

public static get_Custom_Path_XmlDatabase ( this tmProxy ) : string
tmProxy this
return string

get_Custom_WebRoot() public static method

public static get_Custom_WebRoot ( this tmProxy ) : string
tmProxy this
return string

set_Custom_Path_XmlDatabase() public static method

public static set_Custom_Path_XmlDatabase ( this tmProxy, string value ) : TeamMentor.UnitTests.Cassini.TM_Proxy
tmProxy this
value string
return TeamMentor.UnitTests.Cassini.TM_Proxy

set_Custom_WebRoot() public static method

public static set_Custom_WebRoot ( this tmProxy, string value ) : TeamMentor.UnitTests.Cassini.TM_Proxy
tmProxy this
value string
return TeamMentor.UnitTests.Cassini.TM_Proxy

show_ContentToAnonymousUsers() public static method

public static show_ContentToAnonymousUsers ( this tmProxy, bool value ) : TeamMentor.UnitTests.Cassini.TM_Proxy
tmProxy this
value bool
return TeamMentor.UnitTests.Cassini.TM_Proxy