C# Class Mono.Xaml.XamlReflectionPropertySetter

Inheritance: XamlPropertySetter
Show file Open project: shana/moon Class Usage Examples

Public Methods

Method Description
GetValue ( ) : object
SetValue ( XamlObjectElement obj, object value ) : void
XamlReflectionPropertySetter ( XamlObjectElement element, object target, PropertyInfo prop ) : Mono

Private Methods

Method Description
AddToCollection ( XamlObjectElement obj, object value ) : void
AddToDictionary ( XamlObjectElement obj, object value ) : void
SetBinding ( Binding binding ) : void
SetTemplateBinding ( System.Windows.TemplateBindingExpression tb ) : void

Method Details

GetValue() public method

public GetValue ( ) : object
return object

SetValue() public method

public SetValue ( XamlObjectElement obj, object value ) : void
obj XamlObjectElement
value object
return void

XamlReflectionPropertySetter() public method

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