Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.
TResult
The return type of the property value.

Entity.GetTypedColumnValue(EntitySchemaColumn) - метод Смотри также  Terrasoft.Core.Entities - пространство имен > Entity - класс > GetTypedColumnValue - метод : GetTypedColumnValue(EntitySchemaColumn) - метод C#

column
Column of the entity schema.

Glossary Item Box

Returns the typed value of the object property that matches the specified column of the entity schema.

Синтаксис

public TResult GetTypedColumnValue<TResult>( 
   EntitySchemaColumn column 
)

Параметры

column
Column of the entity schema.

Типы обобщений

TResult
The return type of the property value.

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

The object property value of the TResult type that matches the column schema column.

Исключения

ИсключениеОписание
If the null value is passed as a column parameter.

Смотри также

© Terrasoft 2002-2017.

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

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