C# Class Pomona.Common.ExtendedResources.ExtendedComplexOverlayProperty

Inheritance: ExtendedOverlayProperty
Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode 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 méthode

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

GetValue() public méthode

public GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
obj object
cache IExtendedResourceProxy>.IDictionary
Résultat object

SetValue() public méthode

public SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void
obj object
value object
cache IExtendedResourceProxy>.IDictionary
Résultat void