C# Class Pomona.Common.ExtendedResources.ExtendedComplexOverlayProperty

Inheritance: ExtendedOverlayProperty
ファイルを表示 Open project: Pomona/Pomona

Public Methods

Method Description
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

Method Details

ExtendedComplexOverlayProperty() public method

public ExtendedComplexOverlayProperty ( PropertyInfo property, PropertyInfo underlyingProperty, ExtendedResourceInfo info ) : System.Collections.Generic
property System.Reflection.PropertyInfo
underlyingProperty System.Reflection.PropertyInfo
info ExtendedResourceInfo
return System.Collections.Generic

GetValue() public method

public GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
obj object
cache IExtendedResourceProxy>.IDictionary
return object

SetValue() public method

public SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void
obj object
value object
cache IExtendedResourceProxy>.IDictionary
return void