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

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

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

Метод Описание
ExtendedComplexOverlayProperty ( PropertyInfo property, PropertyInfo underlyingProperty, ExtendedResourceInfo info ) : System.Collections.Generic
GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void

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

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

public ExtendedComplexOverlayProperty ( PropertyInfo property, PropertyInfo underlyingProperty, ExtendedResourceInfo info ) : System.Collections.Generic
property System.Reflection.PropertyInfo
underlyingProperty System.Reflection.PropertyInfo
info ExtendedResourceInfo
Результат System.Collections.Generic

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

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

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

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