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

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

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

Glossary Item Box

Attempts to set the current property value for the instance of this type.

Синтаксис

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

Параметры

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

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

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

Заметки

The extension method for the System.Object class.

Смотри также

© Terrasoft 2002-2017.

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

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