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

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

source
Type.
propertyName
Property name.
defValue
The default value.

Glossary Item Box

Returns the value of the specified name for the instance of the specified type or the value set by default if the current type does not contain a property with such name.

Синтаксис

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

Параметры

source
Type.
propertyName
Property name.
defValue
The default value.

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

The object that contains the value of the property.

Исключения

ИсключениеОписание
ArgumentNullOrEmptyExceptionIf the null value is passed as a propertyName parameter.
InvalidObjectStateExceptionIf the propertyName property is write-only.

Смотри также

© Terrasoft 2002-2017.

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

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