C# 클래스 Tiraggo.Core.tgPropertyDescriptor

Used when DataBinding internally by EntitySpaces
상속: System.ComponentModel.PropertyDescriptor
파일 보기 프로젝트 열기: BrewDawg/Tiraggo 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_componentType System.Type
m_getDelegate DynamicGetValue
m_propertyType System.Type
m_setDelegate DynamicSetValue

공개 메소드들

메소드 설명
CanResetValue ( object component ) : bool
GetValue ( object component ) : object
ResetValue ( object component ) : void
SetValue ( object component, object value ) : void
ShouldSerializeValue ( object component ) : bool
tgPropertyDescriptor ( Type componentType, string name, Type propertyType, DynamicGetValue getDelegate, DynamicSetValue setDelegate ) : System
tgPropertyDescriptor ( tgEntity entity, string name, Type propertyType ) : System
tgPropertyDescriptor ( tgEntity entity, string name, Type propertyType, tgEntity containedEntity ) : 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 value ) : void
component object
value object
리턴 void

ShouldSerializeValue() 공개 메소드

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

tgPropertyDescriptor() 공개 메소드

public tgPropertyDescriptor ( Type componentType, string name, Type propertyType, DynamicGetValue getDelegate, DynamicSetValue setDelegate ) : System
componentType System.Type
name string
propertyType System.Type
getDelegate DynamicGetValue
setDelegate DynamicSetValue
리턴 System

tgPropertyDescriptor() 공개 메소드

public tgPropertyDescriptor ( tgEntity entity, string name, Type propertyType ) : System
entity tgEntity
name string
propertyType System.Type
리턴 System

tgPropertyDescriptor() 공개 메소드

public tgPropertyDescriptor ( tgEntity entity, string name, Type propertyType, tgEntity containedEntity ) : System
entity tgEntity
name string
propertyType System.Type
containedEntity tgEntity
리턴 System

프로퍼티 상세

m_componentType 보호되어 있는 프로퍼티

protected Type,System m_componentType
리턴 System.Type

m_getDelegate 보호되어 있는 프로퍼티

protected DynamicGetValue m_getDelegate
리턴 DynamicGetValue

m_propertyType 보호되어 있는 프로퍼티

protected Type,System m_propertyType
리턴 System.Type

m_setDelegate 보호되어 있는 프로퍼티

protected DynamicSetValue m_setDelegate
리턴 DynamicSetValue