C# 클래스 CmisSync.CmisTree.InvalidPatternConverter

상속: IValueConverter
파일 보기 프로젝트 열기: OpenDataSpace/CmisSync

공개 메소드들

메소드 설명
Convert ( object value, Type targetType, object parameter, System culture ) : object

Converts the given bool into the FontStyle italic, if it is true

ConvertBack ( object value, Type targetType, object parameter, System culture ) : object

Not implemented, throws NotImplementedException

메소드 상세

Convert() 공개 메소드

Converts the given bool into the FontStyle italic, if it is true
public Convert ( object value, Type targetType, object parameter, System culture ) : object
value object Is an invalid pattern found
targetType System.Type FontStyle
parameter object parameter is ignored
culture System Culture will be ignored
리턴 object

ConvertBack() 공개 메소드

Not implemented, throws NotImplementedException
public ConvertBack ( object value, Type targetType, object parameter, System culture ) : object
value object
targetType System.Type
parameter object
culture System
리턴 object