C# Class ICSharpCode.WpfDesign.XamlDom.XamlNormalPropertyInfo

Inheritance: XamlPropertyInfo
Afficher le fichier Open project: icsharpcode/WpfDesigner Class Usage Examples

Méthodes publiques

Свойство Type Description
StringTypeConverter TypeConverter

Méthodes publiques

Méthode 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 méthode

public static GetCustomTypeConverter ( Type propertyType ) : TypeConverter
propertyType System.Type
Résultat TypeConverter

GetValue() public méthode

public GetValue ( object instance ) : object
instance object
Résultat object

ResetValue() public méthode

public ResetValue ( object instance ) : void
instance object
Résultat void

SetValue() public méthode

public SetValue ( object instance, object value ) : void
instance object
value object
Résultat void

XamlNormalPropertyInfo() public méthode

public XamlNormalPropertyInfo ( PropertyDescriptor propertyDescriptor ) : System
propertyDescriptor System.ComponentModel.PropertyDescriptor
Résultat System

Property Details

StringTypeConverter public_oe static_oe property

public static TypeConverter StringTypeConverter
Résultat TypeConverter