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

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

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

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

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

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

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

InvalidExtendedProperty() публичный Метод

public InvalidExtendedProperty ( PropertyInfo property, string errorMessage ) : System
property System.Reflection.PropertyInfo
errorMessage string
Результат System

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

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