C# Class Tiraggo.Core.tgPropertyDescriptor

Used when DataBinding internally by EntitySpaces
Inheritance: System.ComponentModel.PropertyDescriptor
Afficher le fichier Open project: BrewDawg/Tiraggo Class Usage Examples

Protected Properties

Свойство Type Description
m_componentType System.Type
m_getDelegate DynamicGetValue
m_propertyType System.Type
m_setDelegate DynamicSetValue

Méthodes publiques

Méthode Description
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

Method Details

CanResetValue() public méthode

public CanResetValue ( object component ) : bool
component object
Résultat bool

GetValue() public méthode

public GetValue ( object component ) : object
component object
Résultat object

ResetValue() public méthode

public ResetValue ( object component ) : void
component object
Résultat void

SetValue() public méthode

public SetValue ( object component, object value ) : void
component object
value object
Résultat void

ShouldSerializeValue() public méthode

public ShouldSerializeValue ( object component ) : bool
component object
Résultat bool

tgPropertyDescriptor() public méthode

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
Résultat System

tgPropertyDescriptor() public méthode

public tgPropertyDescriptor ( tgEntity entity, string name, Type propertyType ) : System
entity tgEntity
name string
propertyType System.Type
Résultat System

tgPropertyDescriptor() public méthode

public tgPropertyDescriptor ( tgEntity entity, string name, Type propertyType, tgEntity containedEntity ) : System
entity tgEntity
name string
propertyType System.Type
containedEntity tgEntity
Résultat System

Property Details

m_componentType protected_oe property

protected Type,System m_componentType
Résultat System.Type

m_getDelegate protected_oe property

protected DynamicGetValue m_getDelegate
Résultat DynamicGetValue

m_propertyType protected_oe property

protected Type,System m_propertyType
Résultat System.Type

m_setDelegate protected_oe property

protected DynamicSetValue m_setDelegate
Résultat DynamicSetValue