Open this page in the API Guide

TransferItemBase<TId> Class

A base class representing a transfer item.
Inheritance Hierarchy
System.Object
  Dundas.BI.Transfer.TransferItemBase<TId>
    Dundas.BI.Transfer.PublishHistoryTransferItem
    Dundas.BI.Transfer.TransferItem

Namespace:  Dundas.BI.Transfer
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public abstract class TransferItemBase<TId>
where TId : Object, IEquatable<TId>

Type Parameters

TId
The type of ID associated with the item.

The TransferItemBase<TId> type exposes the following members.

Properties
  NameDescription
Public propertyItemId
Gets or sets the ID of the item.
Public propertyItemProperties
Gets a read only dictionary which contains all the item properties.
Public propertyName
Gets or sets the name of the item.
Top
Methods
  NameDescription
Public methodSetItemProperty
Sets a property of an item to be imported.
Top
See Also