C# Класс Pomona.Common.ExtendedResources.ExtendedProperty

Показать файл Открыть проект

Открытые методы

Метод Описание
GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void

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

Метод Описание
ExtendedProperty ( PropertyInfo property ) : System.Collections.Generic

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

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

protected ExtendedProperty ( PropertyInfo property ) : System.Collections.Generic
property System.Reflection.PropertyInfo
Результат System.Collections.Generic

GetValue() публичный абстрактный Метод

public abstract GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
obj object
cache IExtendedResourceProxy>.IDictionary
Результат object

SetValue() публичный абстрактный Метод

public abstract SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void
obj object
value object
cache IExtendedResourceProxy>.IDictionary
Результат void