C# Class FlatRedBall.Glue.GuiDisplay.ReflectingParameterDescriptor

Inheritance: System.ComponentModel.PropertyDescriptor
Mostrar archivo Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
CustomGetMember Func
MemberChangeEvent MemberChangeEventHandler

Public Methods

Method 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 method

public CanResetValue ( object component ) : bool
component object
return bool

GetValue() public method

public GetValue ( object component ) : object
component object
return object

ReflectingParameterDescriptor() public method

public ReflectingParameterDescriptor ( string name, Attribute attributes ) : System
name string
attributes System.Attribute
return System

ResetValue() public method

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

SetComponentType() public method

public SetComponentType ( Type componentType ) : void
componentType System.Type
return void

SetValue() public method

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

ShouldSerializeValue() public method

public ShouldSerializeValue ( object component ) : bool
component object
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

CustomGetMember public_oe property

public Func CustomGetMember
return Func

MemberChangeEvent public_oe property

public MemberChangeEventHandler MemberChangeEvent
return MemberChangeEventHandler