C# Class UserApp.ClientOptions

Mostra file Open project: userapp-io/userapp-dotnet Class Usage Examples

Public Methods

Method Description
ClientOptions ( ) : System
CreateCopy ( ) : ClientOptions
GetGlobal ( ) : ClientOptions
Set ( dynamic argument ) : void
Set ( string name, object value ) : void

Method Details

ClientOptions() public method

public ClientOptions ( ) : System
return System

CreateCopy() public method

public CreateCopy ( ) : ClientOptions
return ClientOptions

GetGlobal() public static method

public static GetGlobal ( ) : ClientOptions
return ClientOptions

Set() public method

public Set ( dynamic argument ) : void
argument dynamic
return void

Set() public method

public Set ( string name, object value ) : void
name string
value object
return void