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

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

source
Type.
propertyName
Property name.
value
The value of the property.

Glossary Item Box

Determines if the property with the specified name can be obtained for the instance of the current type.

Синтаксис

[Extension()] 
public static bool TryGetPropertyValue( 
   object source, 
   string propertyName, 
   out object value 
)

Параметры

source
Type.
propertyName
Property name.
value
The value of the property.

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

true if the value for the propertyName property has been successfully received; otherwise - false.

Заметки

The extension method for the System.Object class.

Смотри также

© Terrasoft 2002-2017.

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

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