C# Class Pomona.Common.ExtendedResources.InvalidExtendedProperty

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

Méthodes publiques

Méthode Description
GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
InvalidExtendedProperty ( PropertyInfo property, string errorMessage ) : System
SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void

Method Details

GetValue() public méthode

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

InvalidExtendedProperty() public méthode

public InvalidExtendedProperty ( PropertyInfo property, string errorMessage ) : System
property System.Reflection.PropertyInfo
errorMessage string
Résultat System

SetValue() public méthode

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