C# Class Stetic.TypedPropertyDescriptor

Inheritance: PropertyDescriptor
Afficher le fichier Open project: mono/stetic Class Usage Examples

Méthodes publiques

Méthode Description
GetRuntimeValue ( object obj ) : object
GetValue ( object obj ) : object
IsDefaultValue ( object value ) : bool
ResetValue ( object instance ) : void
SetRuntimeValue ( object obj, object value ) : void
SetValue ( object obj, object value ) : void
TypedPropertyDescriptor ( XmlElement elem, Stetic.ItemGroup group, TypedClassDescriptor klass ) : System

Private Methods

Méthode Description
FindPSpec ( PropertyInfo pinfo ) : Stetic.ParamSpec
FindProperty ( Type wrapperType, Type objectType, string propertyName ) : PropertyInfo
FindProperty ( Type type, string propertyName ) : PropertyInfo
SetDefault ( object val ) : void
SetupRuntimeProperties ( ) : void
TypedPropertyDescriptor ( Type objectType, string propertyName ) : System

Method Details

GetRuntimeValue() public méthode

public GetRuntimeValue ( object obj ) : object
obj object
Résultat object

GetValue() public méthode

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

IsDefaultValue() public méthode

public IsDefaultValue ( object value ) : bool
value object
Résultat bool

ResetValue() public méthode

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

SetRuntimeValue() public méthode

public SetRuntimeValue ( object obj, object value ) : void
obj object
value object
Résultat void

SetValue() public méthode

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

TypedPropertyDescriptor() public méthode

public TypedPropertyDescriptor ( XmlElement elem, Stetic.ItemGroup group, TypedClassDescriptor klass ) : System
elem System.Xml.XmlElement
group Stetic.ItemGroup
klass TypedClassDescriptor
Résultat System