C# 클래스 Habanero.Binding.PropertyDescriptorPropDef

This is a PropertyDescriptor that wraps the IUIGridColumn for cases where the GridColumn references a IPropDef.
상속: System.ComponentModel.PropertyDescriptor
파일 보기 프로젝트 열기: Chillisoft/habanero.binding 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CheckComponentType void
GetBOProp IBOProp
GetBusinessObject IBusinessObject
IsComponentDirty bool
IsCurrentValueNonDefault bool

공개 메소드들

메소드 설명
CanResetValue ( object component ) : bool
GetValue ( object component ) : object
PropertyDescriptorPropDef ( IUIGridColumn gridColumn ) : System
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool

When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.

비공개 메소드들

메소드 설명
CheckComponentType ( object component ) : void
GetBOProp ( IBusinessObject bo ) : IBOProp
GetBusinessObject ( object component ) : IBusinessObject
IsComponentDirty ( object component ) : bool
IsCurrentValueNonDefault ( object component ) : bool

메소드 상세

CanResetValue() 공개 메소드

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

GetValue() 공개 메소드

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

PropertyDescriptorPropDef() 공개 메소드

public PropertyDescriptorPropDef ( IUIGridColumn gridColumn ) : System
gridColumn IUIGridColumn
리턴 System

ResetValue() 공개 메소드

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

SetValue() 공개 메소드

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

ShouldSerializeValue() 공개 메소드

When overridden in a derived class, determines a value indicating whether the value of this property needs to be persisted.
public ShouldSerializeValue ( object component ) : bool
component object The component with the property to be examined for persistence.
리턴 bool