C# Класс a7DocumentDbStudio.Converters.SwitchConverterCase

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

SwitchConverterCase() публичный Метод

Switches the converter.
public SwitchConverterCase ( ) : System
Результат System

SwitchConverterCase() публичный Метод

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 .
Результат System

ToString() публичный Метод

Returns a System.String that represents this instance.
public ToString ( ) : string
Результат string