C# Class Pomona.Common.ExtendedResources.ExtendedOverlayProperty

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

Protected Methods

Method Description
ExtendedOverlayProperty ( PropertyInfo property, PropertyInfo underlyingProperty, ExtendedResourceInfo info ) : System.Collections.Generic
TryGetFromCache ( IExtendedResourceProxy>.IDictionary cache, object underlyingResource, IExtendedResourceProxy &extendedResource ) : bool

Method Details

ExtendedOverlayProperty() protected method

protected ExtendedOverlayProperty ( PropertyInfo property, PropertyInfo underlyingProperty, ExtendedResourceInfo info ) : System.Collections.Generic
property System.Reflection.PropertyInfo
underlyingProperty System.Reflection.PropertyInfo
info ExtendedResourceInfo
return System.Collections.Generic

TryGetFromCache() protected method

protected TryGetFromCache ( IExtendedResourceProxy>.IDictionary cache, object underlyingResource, IExtendedResourceProxy &extendedResource ) : bool
cache IExtendedResourceProxy>.IDictionary
underlyingResource object
extendedResource IExtendedResourceProxy
return bool