C# Class ICSharpCode.WpfDesign.XamlDom.XamlNormalPropertyInfo

Inheritance: XamlPropertyInfo
Show file Open project: icsharpcode/WpfDesigner Class Usage Examples

Public Properties

Property Type Description
StringTypeConverter TypeConverter

Public Methods

Method Description
GetCustomTypeConverter ( Type propertyType ) : TypeConverter
GetValue ( object instance ) : object
ResetValue ( object instance ) : void
SetValue ( object instance, object value ) : void
XamlNormalPropertyInfo ( PropertyDescriptor propertyDescriptor ) : System

Method Details

GetCustomTypeConverter() public static method

public static GetCustomTypeConverter ( Type propertyType ) : TypeConverter
propertyType System.Type
return TypeConverter

GetValue() public method

public GetValue ( object instance ) : object
instance object
return object

ResetValue() public method

public ResetValue ( object instance ) : void
instance object
return void

SetValue() public method

public SetValue ( object instance, object value ) : void
instance object
value object
return void

XamlNormalPropertyInfo() public method

public XamlNormalPropertyInfo ( PropertyDescriptor propertyDescriptor ) : System
propertyDescriptor System.ComponentModel.PropertyDescriptor
return System

Property Details

StringTypeConverter public static property

public static TypeConverter StringTypeConverter
return TypeConverter