IDataObject Interface |
Namespace: Eto.Forms
The IDataObject type exposes the following members.
Name | Description | |
---|---|---|
ContainsHtml |
Gets a value indicating whether this IDataObject contains a value for Html.
| |
ContainsImage |
Gets a value indicating whether this IDataObject contains a value for Image.
| |
ContainsText |
Gets a value indicating whether this IDataObject contains a value for Text.
| |
ContainsUris |
Gets a value indicating whether this IDataObject contains a value for Uris.
| |
Html |
Gets or sets html text in the data object.
| |
Image |
Gets or sets an image in the data object.
| |
Text |
Gets or sets the plain text in the data object.
| |
Types |
Gets the type id's for each type of data in the data object.
| |
Uris |
Gets or sets the Uri's of the files in the data object.
|
Name | Description | |
---|---|---|
Clear |
Clears the data object completely of all values
| |
Contains |
Gets a value indicating that data with the specified type is contained in the data object.
| |
GetData |
Gets a data array from the data object with the specified type identifier.
| |
GetObjectT |
Gets an object from the data object with the specified type
| |
GetString |
Gets a string from the data object with the specified type identifier.
| |
SetData |
sets a data array into the data object with the specified type identifier.
| |
SetObject |
Sets the value into the data object with the specified type using serialization or type converter
| |
SetString |
Sets a string into the data object with the specified type identifier.
|