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

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

공개 메소드들

메소드 설명
GetValue ( object obj, IExtendedResourceProxy>.IDictionary cache ) : object
InvalidExtendedProperty ( PropertyInfo property, string errorMessage ) : System
SetValue ( object obj, object value, IExtendedResourceProxy>.IDictionary cache ) : void

메소드 상세

GetValue() 공개 메소드

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

InvalidExtendedProperty() 공개 메소드

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

SetValue() 공개 메소드

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