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

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

source
Type.
propertyPath
The property path in the following format: [Property Name].[Attached Property Name].<...>.[Resulting Property Name].

Glossary Item Box

Returns the property according to the specified property path for the instance of the current type.

Синтаксис

[Extension()] 
public static object GetPropertyValueByPath( 
   object source, 
   string propertyPath 
)

Параметры

source
Type.
propertyPath
The property path in the following format: [Property Name].[Attached Property Name].<...>.[Resulting Property Name].

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

The value of the propertyPath property.

Заметки

The extension method for the System.Object class.

Смотри также

© Terrasoft 2002-2017.

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

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