C# Class FlatRedBall.Glue.GuiDisplay.ReflectingParameterDescriptor

Inheritance: System.ComponentModel.PropertyDescriptor
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
CustomGetMember Func
MemberChangeEvent MemberChangeEventHandler

Méthodes publiques

Méthode Description
CanResetValue ( object component ) : bool
GetValue ( object component ) : object
ReflectingParameterDescriptor ( string name, Attribute attributes ) : System
ResetValue ( object component ) : void
SetComponentType ( Type componentType ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool
ToString ( ) : string

Method Details

CanResetValue() public méthode

public CanResetValue ( object component ) : bool
component object
Résultat bool

GetValue() public méthode

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

ReflectingParameterDescriptor() public méthode

public ReflectingParameterDescriptor ( string name, Attribute attributes ) : System
name string
attributes System.Attribute
Résultat System

ResetValue() public méthode

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

SetComponentType() public méthode

public SetComponentType ( Type componentType ) : void
componentType System.Type
Résultat void

SetValue() public méthode

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

ShouldSerializeValue() public méthode

public ShouldSerializeValue ( object component ) : bool
component object
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

CustomGetMember public_oe property

public Func CustomGetMember
Résultat Func

MemberChangeEvent public_oe property

public MemberChangeEventHandler MemberChangeEvent
Résultat MemberChangeEventHandler