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

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

source
Type.
propertyName
Property name.
bindingFlags
Binding flags of the System.Reflection.BindingFlags type.

Glossary Item Box

Returns the value of the specified name for the instance of the specified type or generated an exception if the current instance does not contain a property with the specified name.

Синтаксис

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

Параметры

source
Type.
propertyName
Property name.
bindingFlags
Binding flags of the System.Reflection.BindingFlags type.

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

The value of the propertyName property.

Смотри также

© Terrasoft 2002-2017.

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

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