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

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

공개 메소드들

메소드 설명
ExtendedComplexOverlayProperty ( PropertyInfo property, PropertyInfo underlyingProperty, ExtendedResourceInfo info ) : System.Collections.Generic
GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void

메소드 상세

ExtendedComplexOverlayProperty() 공개 메소드

public ExtendedComplexOverlayProperty ( PropertyInfo property, PropertyInfo underlyingProperty, ExtendedResourceInfo info ) : System.Collections.Generic
property System.Reflection.PropertyInfo
underlyingProperty System.Reflection.PropertyInfo
info ExtendedResourceInfo
리턴 System.Collections.Generic

GetValue() 공개 메소드

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

SetValue() 공개 메소드

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