C# Class ExoModel.DynamicModelTypeProvider.DynamicModelType.DynamicValueProperty

Inheritance: ModelValueProperty
Datei anzeigen Open project: vc3/ExoModel

Protected Methods

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

Private Methods

Method Description
DynamicValueProperty ( DynamicModelType declaringType, TPropertySource property, string name, string label, string helptext, string format, bool isStatic, Type propertyType, TypeConverter converter, 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