Click or drag to resize
IDataTransferObject Interface
Specifies data object that can be serialized to IDataContainer and used e.g. in bulk insert.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
public interface IDataTransferObject

The IDataTransferObject type exposes the following members.

Methods
  NameDescription
Public methodFillDataContainer
Fills given dataContainer with values from current object.
Top
See Also