C# Class a7DocumentDbStudio.Converters.SwitchConverterCase

Mostrar archivo Open project: alekkowalczyk/a7DocumentDbStudio Class Usage Examples

Public Methods

Method Description
SwitchConverterCase ( ) : System

Switches the converter.

SwitchConverterCase ( string when, object then ) : System

Initializes a new instance of the SwitchConverterCase class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

SwitchConverterCase() public method

Switches the converter.
public SwitchConverterCase ( ) : System
return System

SwitchConverterCase() public method

Initializes a new instance of the SwitchConverterCase class.
public SwitchConverterCase ( string when, object then ) : System
when string The condition of the case.
then object The results of this case when run through a .
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string