Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

ReflectionUtilities.ForceGetValue - метод Смотри также  Terrasoft.Common - пространство имен > ReflectionUtilities - класс : ForceGetValue - метод C#

source
Attributes and metadata of the current property.
obj
The object, the value of which is returned if the source property is write-only.
args

Glossary Item Box

Returns the value of the current property or the value of the get_[source property name]() of the specified obj object.

Синтаксис

[Extension()] 
public static object ForceGetValue( 
   PropertyInfo source, 
   object obj, 
   object[] args 
)

Параметры

source
Attributes and metadata of the current property.
obj
The object, the value of which is returned if the source property is write-only.
args

Тип возвращаемого значения

The object that contains the value of the property.

Исключения

ИсключениеОписание
System.ArgumentNullExceptionIf the null value is passed as a obj parameter.
InvalidObjectStateExceptionIf the obj property is write-only.

Заметки

The extension method for the System.Reflection.PropertyInfo class.

Смотри также

© Terrasoft 2002-2017.

Был ли данный материал полезен?

Как можно улучшить эту статью?