IDataObject
Wisej.Web.IDataObject
Last updated
Wisej.Web.IDataObject
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides a format-independent mechanism for transferring data.
Retrieves the data associated with the specified data format, using autoConvert to determine whether to convert the data to the format.
format
autoConvert
Returns: Object.
Retrieves the data associated with the specified data format.
format
Returns: Object.
Retrieves the data associated with the specified class type format.
format
Returns: Object.
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.
format
autoConvert
Returns: Boolean.
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
format
Returns: Boolean.
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
format
Returns: Boolean.
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.
autoConvert
Returns: String[].
Gets a list of all formats that data stored in this instance is associated with or can be converted to.
Returns: String[].
Stores the specified data and its associated format in this instance, using autoConvert to specify whether the data can be converted to another format.
format
autoConvert
data
Stores the specified data and its associated format in this instance.
format
data
Stores the specified data and its associated class type in this instance.
format
data
Stores the specified data in this instance, using the class of the data for the format.
data
Implements a basic data transfer mechanism.