C# Класс Hawkeye.Reflection.PropertyAccessor

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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