[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides a format-independent mechanism for transferring data. Tab=Interfaces [Property] [Methods] *doGetData=Retrieves the data associated with the specified data format.ARG(string format)|1|0 *doGetData2=Retrieves the data associated with the specified class type format.ARG(Type format)|1|0 *doGetData3=Retrieves the data associated with the specified data format, using a Boolean to determine whether to convert the data to the format.ARG(string format, bool autoConvert)|1|0 *doGetDataPresent=Determines whether data stored in this instance is associated with, or can be converted to, the specified format.ARG(string format)|1|0 *doGetDataPresent2=Determines whether data stored in this instance is associated with, or can be converted to, the specified format.ARG(Type format)|1|0 *doGetDataPresent3=Determines whether data stored in this instance is associated with the specified format, using a Boolean value to determine whether to convert the data to the format.ARG(string format, bool autoConvert)|1|0 *doGetFormats2=Gets a list of all formats that data stored in this instance is associated with or can be converted to, using a Boolean value to determine whether to retrieve all formats that the data can be converted to or only native data formats.ARG(bool autoConvert)|1|0 *doSetData=Stores the specified data in this instance, using the class of the data for the format.ARG(Object data)|1|0 *doSetData2=Stores the specified data and its associated format in this instance.ARG(string format, Object data)|1|0 *doSetData3=Stores the specified data and its associated class type in this instance.ARG(Type format, Object data)|1|0 *doSetData4=Stores the specified data and its associated format in this instance, using a Boolean value to specify whether the data can be converted to another format.ARG(string format, bool autoConvert, Object data)|1|0 *onGetData=Occurs after invoke the method doGetData and returns the result. ARG(Object)|2|0 *onGetDataPresent=Occurs after invoke the method doGetDataPresent and returns the result. ARG(bool)|2|104 *onGetFormats=Occurs after invoke the method doGetFormats and returns the result. ARG(string[])|2|13 *GetFormats=Returns a list of all formats that data stored in this instance is associated with or can be converted to.ARG(string[])|3|13 *autoConvert=true to convert the data to the specified format; otherwise, false. ARG(bool)|4|104 *data=The data to store. ARG(Object)|4|0 *format=The format of the data to retrieve. See DataFormats for predefined formats. ARG(string)|4|2 Interface=Provides a format-independent mechanism for transferring data. ARG(interface)|4|0