C# 클래스 Glass.Basics.Converters.Designer.ValueConverterGroup

상속: IValueConverter
파일 보기 프로젝트 열기: SuperJMN/Glass

공개 메소드들

메소드 설명
ValueConverterGroup ( ) : System

보호된 메소드들

메소드 설명
GetTargetType ( int converterIndex, Type finalTargetType, bool convert ) : Type

Returns the target type for a conversion operation.

비공개 메소드들

메소드 설명
IValueConverter ( object value, Type targetType, object parameter, CultureInfo culture ) : object
OnConvertersCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void

메소드 상세

GetTargetType() 보호된 메소드

Returns the target type for a conversion operation.
protected GetTargetType ( int converterIndex, Type finalTargetType, bool convert ) : Type
converterIndex int The index of the current converter about to be executed.
finalTargetType System.Type The 'targetType' argument passed into the conversion method.
convert bool Pass true if calling from the Convert method, or false if calling from ConvertBack.
리턴 System.Type

ValueConverterGroup() 공개 메소드

public ValueConverterGroup ( ) : System
리턴 System