C# 클래스 Hawkeye.Reflection.PropertyAccessor

파일 보기 프로젝트 열기: odalet/Hawkeye2 1 사용 예제들

공개 메소드들

메소드 설명
Get ( object operationTarget = null ) : object
PropertyAccessor ( Type propertyTargetType, string propertyName ) : System

Initializes a new instance of the PropertyAccessor class.

PropertyAccessor ( object propertyTarget, string propertyName ) : System

Initializes a new instance of the PropertyAccessor class.

Set ( object newValue, object operationTarget = null ) : void

비공개 메소드들

메소드 설명
FindProperty ( BindingFlags flags ) : PropertyInfo
PropertyAccessor ( ) : System

Initializes the PropertyAccessor class.

PropertyAccessor ( Type propertyTargetType, object propertyTarget, string propertyName ) : System

Prevents a default instance of the PropertyAccessor class from being created.

메소드 상세

Get() 공개 메소드

public Get ( object operationTarget = null ) : object
operationTarget object
리턴 object

PropertyAccessor() 공개 메소드

Initializes a new instance of the PropertyAccessor class.
public PropertyAccessor ( Type propertyTargetType, string propertyName ) : System
propertyTargetType System.Type Type of the property target.
propertyName string Name of the property.
리턴 System

PropertyAccessor() 공개 메소드

Initializes a new instance of the PropertyAccessor class.
public PropertyAccessor ( object propertyTarget, string propertyName ) : System
propertyTarget object The property target.
propertyName string Name of the property.
리턴 System

Set() 공개 메소드

public Set ( object newValue, object operationTarget = null ) : void
newValue object
operationTarget object
리턴 void