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

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

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

Glossary Item Box

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

Синтаксис

[Extension()] 
public static void SetPropertyValue( 
   object source, 
   string propertyName, 
   object value 
)

Параметры

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

Исключения

ИсключениеОписание
ArgumentNullOrEmptyExceptionIf the empty or 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.
InvalidTypeCastExceptionIf the type of the propertyName property is incompatible with the type of the assigned value value.

Заметки

The extension method for the System.Object class.

Смотри также

© Terrasoft 2002-2017.

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

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