C# Class ExoModel.DynamicModelTypeProvider.DynamicModelType.DynamicReferenceProperty

Inheritance: ModelReferenceProperty
Show file Open project: vc3/ExoModel

Protected Methods

Method Description
GetValue ( object instance ) : object
SetValue ( object instance, object value ) : void

Private Methods

Method 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 method

protected GetValue ( object instance ) : object
instance object
return object

SetValue() protected method

protected SetValue ( object instance, object value ) : void
instance object
value object
return void