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

ReflectionUtilities.GetPropertyValue(Object,String) - метод Смотри также  Terrasoft.Common - пространство имен > ReflectionUtilities - класс > GetPropertyValue - метод : GetPropertyValue(Object,String) - метод C#

source
Type.
propertyName
Property name.

Glossary Item Box

Returns the property with the specified name for the instance of the current type.

Синтаксис

[Extension()] 
public static object GetPropertyValue( 
   object source, 
   string propertyName 
)

Параметры

source
Type.
propertyName
Property name.

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

The object that contains the value of the property.

Исключения

ИсключениеОписание
ArgumentNullOrEmptyExceptionIf the null value is passed as a propertyName parameter.
InvalidObjectStateExceptionIf the instance of the current type does not contain a property with name propertyName or if the propertyName property is write-only.

Заметки

The extension method for the System.Object class.

Смотри также

© Terrasoft 2002-2017.

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

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