IAdhocBinaryItem

Assembly: Adhoc;

Description

The IAdhocBinaryItem interface is used to work with an element of dashboard binary data collection.

Inheritance Hierarchy

          INamedEntity

          IAdhocBinaryItem

Comments

To get parameters of binary data collection elements, use the IAdhocBinaryData.Item property.

Properties

  Property name Brief description
The Type property determines the type of binary data element to read or write to the stream.

Properties inherited from INamedEntity

  Property name Brief description
Id The Id property determines object identifier.
Key The Key property returns object key.
Name The Name property determines object name.

Methods

  Method name Brief description
The ReadFromStream method reads the element of the binary data collection from the stream.
The WriteToStream method writes the element of the binary data collection to the stream.

See also:

Adhoc Assembly Interfaces