C# Class Pomona.Common.ExtendedResources.ExtendedProperty

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

Public Methods

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

Protected Methods

Method Description
ExtendedProperty ( PropertyInfo property ) : System.Collections.Generic

Method Details

ExtendedProperty() protected method

protected ExtendedProperty ( PropertyInfo property ) : System.Collections.Generic
property System.Reflection.PropertyInfo
return System.Collections.Generic

GetValue() public abstract method

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

SetValue() public abstract method

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