C# Class Pomona.Common.ExtendedResources.InvalidExtendedProperty

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

Public Methods

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

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

InvalidExtendedProperty() public method

public InvalidExtendedProperty ( PropertyInfo property, string errorMessage ) : System
property System.Reflection.PropertyInfo
errorMessage string
return System

SetValue() public method

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