C# 클래스 Mono.Xaml.XamlReflectionPropertySetter

상속: XamlPropertySetter
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

공개 메소드들

메소드 설명
GetValue ( ) : object
SetValue ( XamlObjectElement obj, object value ) : void
XamlReflectionPropertySetter ( XamlObjectElement element, object target, PropertyInfo prop ) : Mono

비공개 메소드들

메소드 설명
AddToCollection ( XamlObjectElement obj, object value ) : void
AddToDictionary ( XamlObjectElement obj, object value ) : void
SetBinding ( Binding binding ) : void
SetTemplateBinding ( System.Windows.TemplateBindingExpression tb ) : void

메소드 상세

GetValue() 공개 메소드

public GetValue ( ) : object
리턴 object

SetValue() 공개 메소드

public SetValue ( XamlObjectElement obj, object value ) : void
obj XamlObjectElement
value object
리턴 void

XamlReflectionPropertySetter() 공개 메소드

public XamlReflectionPropertySetter ( XamlObjectElement element, object target, PropertyInfo prop ) : Mono
element XamlObjectElement
target object
prop System.Reflection.PropertyInfo
리턴 Mono