C# Класс ExoModel.DynamicModelTypeProvider.DynamicModelType.DynamicReferenceProperty

Наследование: ModelReferenceProperty
Показать файл Открыть проект

Защищенные методы

Метод Описание
GetValue ( object instance ) : object
SetValue ( object instance, object value ) : void

Приватные методы

Метод Описание
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

Описание методов

GetValue() защищенный Метод

protected GetValue ( object instance ) : object
instance object
Результат object

SetValue() защищенный Метод

protected SetValue ( object instance, object value ) : void
instance object
value object
Результат void