C# 클래스 Pomona.Common.ExtendedResources.ExtendedProperty

파일 보기 프로젝트 열기: Pomona/Pomona

공개 메소드들

메소드 설명
GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void

보호된 메소드들

메소드 설명
ExtendedProperty ( PropertyInfo property ) : System.Collections.Generic

메소드 상세

ExtendedProperty() 보호된 메소드

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

GetValue() 공개 추상적인 메소드

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

SetValue() 공개 추상적인 메소드

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