C# 클래스 System.ComponentModel.DebugReflectPropertyDescriptor

상속: PropertyDescriptor
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ExtenderCanResetValue bool
ExtenderGetReceiverType System.Type
ExtenderGetType System.Type
ExtenderGetValue object
ExtenderResetValue void
ExtenderSetValue void
ExtenderShouldSerializeValue bool
GetDebugInvokee object

공개 메소드들

메소드 설명
AddValueChanged ( object component, EventHandler handler ) : void
CanResetValue ( object component ) : bool
DebugReflectPropertyDescriptor ( Type componentClass, PropertyDescriptor oldReflectPropertyDescriptor, Attribute attributes ) : System.Runtime.Serialization.Formatters
DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, Attribute attributes ) : System.Runtime.Serialization.Formatters
DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, PropertyInfo propInfo, MethodInfo getMethod, MethodInfo setMethod, Attribute attrs ) : System.Runtime.Serialization.Formatters
DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, Type receiverType, MethodInfo getMethod, MethodInfo setMethod, Attribute attrs ) : System.Runtime.Serialization.Formatters
GetChildProperties ( object instance, Attribute filter ) : PropertyDescriptorCollection
GetEditor ( Type editorBaseType ) : object
GetValue ( object component ) : object
RemoveValueChanged ( object component, EventHandler handler ) : void
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool

보호된 메소드들

메소드 설명
FillAttributes ( IList attributes ) : void
OnValueChanged ( object component, EventArgs e ) : void

비공개 메소드들

메소드 설명
ExtenderCanResetValue ( IExtenderProvider provider, object component ) : bool
ExtenderGetReceiverType ( ) : Type
ExtenderGetType ( IExtenderProvider provider ) : Type
ExtenderGetValue ( IExtenderProvider provider, object component ) : object
ExtenderResetValue ( IExtenderProvider provider, object component, PropertyDescriptor notifyDesc ) : void
ExtenderSetValue ( IExtenderProvider provider, object component, object value, PropertyDescriptor notifyDesc ) : void
ExtenderShouldSerializeValue ( IExtenderProvider provider, object component ) : bool
GetDebugInvokee ( Type componentClass, object component ) : object

메소드 상세

AddValueChanged() 공개 메소드

public AddValueChanged ( object component, EventHandler handler ) : void
component object
handler EventHandler
리턴 void

CanResetValue() 공개 메소드

public CanResetValue ( object component ) : bool
component object
리턴 bool

DebugReflectPropertyDescriptor() 공개 메소드

public DebugReflectPropertyDescriptor ( Type componentClass, PropertyDescriptor oldReflectPropertyDescriptor, Attribute attributes ) : System.Runtime.Serialization.Formatters
componentClass System.Type
oldReflectPropertyDescriptor PropertyDescriptor
attributes System.Attribute
리턴 System.Runtime.Serialization.Formatters

DebugReflectPropertyDescriptor() 공개 메소드

public DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, Attribute attributes ) : System.Runtime.Serialization.Formatters
componentClass System.Type
name string
type System.Type
attributes System.Attribute
리턴 System.Runtime.Serialization.Formatters

DebugReflectPropertyDescriptor() 공개 메소드

public DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, PropertyInfo propInfo, MethodInfo getMethod, MethodInfo setMethod, Attribute attrs ) : System.Runtime.Serialization.Formatters
componentClass System.Type
name string
type System.Type
propInfo System.Reflection.PropertyInfo
getMethod System.Reflection.MethodInfo
setMethod System.Reflection.MethodInfo
attrs System.Attribute
리턴 System.Runtime.Serialization.Formatters

DebugReflectPropertyDescriptor() 공개 메소드

public DebugReflectPropertyDescriptor ( Type componentClass, string name, Type type, Type receiverType, MethodInfo getMethod, MethodInfo setMethod, Attribute attrs ) : System.Runtime.Serialization.Formatters
componentClass System.Type
name string
type System.Type
receiverType System.Type
getMethod System.Reflection.MethodInfo
setMethod System.Reflection.MethodInfo
attrs System.Attribute
리턴 System.Runtime.Serialization.Formatters

FillAttributes() 보호된 메소드

protected FillAttributes ( IList attributes ) : void
attributes IList
리턴 void

GetChildProperties() 공개 메소드

public GetChildProperties ( object instance, Attribute filter ) : PropertyDescriptorCollection
instance object
filter System.Attribute
리턴 PropertyDescriptorCollection

GetEditor() 공개 메소드

public GetEditor ( Type editorBaseType ) : object
editorBaseType System.Type
리턴 object

GetValue() 공개 메소드

public GetValue ( object component ) : object
component object
리턴 object

OnValueChanged() 보호된 메소드

protected OnValueChanged ( object component, EventArgs e ) : void
component object
e System.EventArgs
리턴 void

RemoveValueChanged() 공개 메소드

public RemoveValueChanged ( object component, EventHandler handler ) : void
component object
handler EventHandler
리턴 void

ResetValue() 공개 메소드

public ResetValue ( object component ) : void
component object
리턴 void

SetValue() 공개 메소드

public SetValue ( object component, object value ) : void
component object
value object
리턴 void

ShouldSerializeValue() 공개 메소드

public ShouldSerializeValue ( object component ) : bool
component object
리턴 bool