C# 클래스 MonoMobile.Views.MemberData

상속: NSObject, IHandleNotifyPropertyChanged, IHandleNotifyCollectionChanged
파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views 1 사용 예제들

공개 메소드들

메소드 설명
AddNotifyCollectionChangedHandler ( object value, IHandleNotifyCollectionChanged handler ) : void
AddNotifyPropertyChangedHandler ( object value, IHandleNotifyPropertyChanged handler ) : void
CanHandleNotifyPropertyChanged ( string propertyName ) : bool
Convert ( object value, Type targetType, IValueConverter valueConverter ) : object
CreateId ( ) : NSString
GetConverterParameter ( ) : object
HandleNotifyCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
MemberData ( object source, MemberInfo member ) : System
RemoveNotifyCollectionChangedHandler ( object value, IHandleNotifyCollectionChanged handler ) : void
RemoveNotifyPropertyChangedHandler ( object value, IHandleNotifyPropertyChanged handler ) : void
UpdateValue ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
GetValue ( ) : object
SetDataContextBinder ( DataContextBinder binder ) : void
SetValue ( object value ) : void

비공개 메소드들

메소드 설명
ConvertValue ( object value, Type targetType ) : object
ConvertbackValue ( object value, Type targetType ) : object
ResetCollection ( INotifyCollectionChanged collection, IList newCollection ) : void

메소드 상세

AddNotifyCollectionChangedHandler() 공개 메소드

public AddNotifyCollectionChangedHandler ( object value, IHandleNotifyCollectionChanged handler ) : void
value object
handler IHandleNotifyCollectionChanged
리턴 void

AddNotifyPropertyChangedHandler() 공개 메소드

public AddNotifyPropertyChangedHandler ( object value, IHandleNotifyPropertyChanged handler ) : void
value object
handler IHandleNotifyPropertyChanged
리턴 void

CanHandleNotifyPropertyChanged() 공개 메소드

public CanHandleNotifyPropertyChanged ( string propertyName ) : bool
propertyName string
리턴 bool

Convert() 공개 메소드

public Convert ( object value, Type targetType, IValueConverter valueConverter ) : object
value object
targetType System.Type
valueConverter IValueConverter
리턴 object

CreateId() 공개 메소드

public CreateId ( ) : NSString
리턴 NSString

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetConverterParameter() 공개 메소드

public GetConverterParameter ( ) : object
리턴 object

GetValue() 보호된 메소드

protected GetValue ( ) : object
리턴 object

HandleNotifyCollectionChanged() 공개 메소드

public HandleNotifyCollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
sender object
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
리턴 void

HandleNotifyPropertyChanged() 공개 메소드

public HandleNotifyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
리턴 void

MemberData() 공개 메소드

public MemberData ( object source, MemberInfo member ) : System
source object
member System.Reflection.MemberInfo
리턴 System

RemoveNotifyCollectionChangedHandler() 공개 메소드

public RemoveNotifyCollectionChangedHandler ( object value, IHandleNotifyCollectionChanged handler ) : void
value object
handler IHandleNotifyCollectionChanged
리턴 void

RemoveNotifyPropertyChangedHandler() 공개 메소드

public RemoveNotifyPropertyChangedHandler ( object value, IHandleNotifyPropertyChanged handler ) : void
value object
handler IHandleNotifyPropertyChanged
리턴 void

SetDataContextBinder() 보호된 메소드

protected SetDataContextBinder ( DataContextBinder binder ) : void
binder DataContextBinder
리턴 void

SetValue() 보호된 메소드

protected SetValue ( object value ) : void
value object
리턴 void

UpdateValue() 공개 메소드

public UpdateValue ( ) : void
리턴 void