C# Class a7DocumentDbStudio.Converters.SwitchConverterCase

Afficher le fichier Open project: alekkowalczyk/a7DocumentDbStudio Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Switches the converter.
public SwitchConverterCase ( ) : System
Résultat System

SwitchConverterCase() public méthode

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 .
Résultat System

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string