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

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

objectType
The type of the serializable property/attribute value.

Glossary Item Box

Gets the value of the serialized property/attribute in the current dataset position, coerced to the specified type.

Синтаксис

public abstract object GetSerialazebleObjectValue( 
   Type objectType 
)

Параметры

objectType
The type of the serializable property/attribute value.

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

The value of the serializable property/attribute of the objectType type.

Заметки

The type of the serializable property/attribute must implement the System.Runtime.Serialization.ISerializable interface or be marked with the [Serializable] attribute.

Смотри также

© Terrasoft 2002-2017.

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

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