C# Class Pomona.Common.ExtendedResources.ExtendedProperty

Afficher le fichier Open project: Pomona/Pomona

Méthodes publiques

Méthode Description
GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void

Méthodes protégées

Méthode Description
ExtendedProperty ( PropertyInfo property ) : System.Collections.Generic

Method Details

ExtendedProperty() protected méthode

protected ExtendedProperty ( PropertyInfo property ) : System.Collections.Generic
property System.Reflection.PropertyInfo
Résultat System.Collections.Generic

GetValue() public abstract méthode

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

SetValue() public abstract méthode

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