C# 클래스 ZForge.Controls.PropertyGridEx.CustomProperty.CustomPropertyDescriptor

상속: System.ComponentModel.PropertyDescriptor
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
oCustomProperty CustomProperty

공개 메소드들

메소드 설명
CanResetValue ( object component ) : bool
CustomPropertyDescriptor ( CustomProperty myProperty, Attribute attrs ) : System
GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool

메소드 상세

CanResetValue() 공개 메소드

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

CustomPropertyDescriptor() 공개 메소드

public CustomPropertyDescriptor ( CustomProperty myProperty, Attribute attrs ) : System
myProperty CustomProperty
attrs System.Attribute
리턴 System

GetValue() 공개 메소드

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

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

프로퍼티 상세

oCustomProperty 보호되어 있는 프로퍼티

protected CustomProperty,ZForge.Controls.PropertyGridEx oCustomProperty
리턴 CustomProperty