IDataObjectInternal
interface IDataObjectInternal
Internal interface for a data object class.
Retrieves the data associated with the specified data format, using
autoConvert to determine whether to convert the data to the format.
Retrieves the data associated with the specified data format.
Retrieves the data associated with the specified class type format.
Determines whether data stored in this instance is associated with the
specified format, using autoConvert to determine whether
to convert the data to the format.
Determines whether data stored in this instance is associated with, or
can be converted to, the specified format.
Determines whether data stored in this instance is associated with, or
can be converted to, the specified format.
Gets a list of all formats that data stored in this instance is associated
with or can be converted to, using autoConvert to determine
whether to retrieve all formats that the data can be converted to, or
only native data formats.
string[] GetFormats()
Gets a list of all formats that data stored in this instance is
associated with or can be converted to.
Stores the specified data and its associated format in this instance,
using autoConvert to specify whether the data can be converted to
another format.
Stores the specified data and its associated format in this instance.
Stores the specified data and its associated class type in this instance.
Stores the specified data in this instance, using the class of the
data for the format.
Retrieves data associated with data format named after T,
if that data is of type T.
Retrieves data associated with the specified format if that data is of type T.
Retrieves data in a specified format if that data is of type T,
optionally converting the data to the specified format.
Retrieves typed data associated with the specified data format.