C# Class ExoModel.DynamicModelTypeProvider.DynamicModelType.DynamicReferenceProperty

Inheritance: ModelReferenceProperty
Afficher le fichier Open project: vc3/ExoModel

Méthodes protégées

Méthode Description
GetValue ( object instance ) : object
SetValue ( object instance, object value ) : void

Private Methods

Méthode Description
DynamicReferenceProperty ( DynamicModelType declaringType, TPropertySource property, string name, string label, string helptext, string format, bool isStatic, ModelType propertyType, bool isList, bool isReadOnly, bool isPersisted, Attribute attributes ) : System

Method Details

GetValue() protected méthode

protected GetValue ( object instance ) : object
instance object
Résultat object

SetValue() protected méthode

protected SetValue ( object instance, object value ) : void
instance object
value object
Résultat void