C# 클래스 BlueSky.Model.VirtualPropertyDescriptorDynamic

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

공개 메소드들

메소드 설명
CanResetValue ( object component ) : bool
GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object val ) : void
ShouldSerializeValue ( object component ) : bool
VirtualPropertyDescriptorDynamic ( VirtualListDynamic fList, int fIndex, string fPropertyName, Type fPropertyType, bool fIsReadOnly ) : System

메소드 상세

CanResetValue() 공개 메소드

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

GetValue() 공개 메소드

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

ResetValue() 공개 메소드

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

SetValue() 공개 메소드

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

ShouldSerializeValue() 공개 메소드

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

VirtualPropertyDescriptorDynamic() 공개 메소드

public VirtualPropertyDescriptorDynamic ( VirtualListDynamic fList, int fIndex, string fPropertyName, Type fPropertyType, bool fIsReadOnly ) : System
fList VirtualListDynamic
fIndex int
fPropertyName string
fPropertyType System.Type
fIsReadOnly bool
리턴 System