C# 클래스 a7DocumentDbStudio.Converters.SwitchConverterCase

파일 보기 프로젝트 열기: alekkowalczyk/a7DocumentDbStudio 1 사용 예제들

공개 메소드들

메소드 설명
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