Interface IDataObject
Assembly: OpenSilver.dll
Syntax
public interface IDataObject
Methods
|
Improve this Doc
View Source
GetData(String)
Declaration
object GetData(string format)
Parameters
Type |
Name |
Description |
System.String |
format |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetData(String, Boolean)
Declaration
object GetData(string format, bool autoConvert)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Boolean |
autoConvert |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetData(Type)
Declaration
object GetData(Type format)
Parameters
Type |
Name |
Description |
System.Type |
format |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetDataPresent(String)
Declaration
bool GetDataPresent(string format)
Parameters
Type |
Name |
Description |
System.String |
format |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetDataPresent(String, Boolean)
Declaration
bool GetDataPresent(string format, bool autoConvert)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Boolean |
autoConvert |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetDataPresent(Type)
Declaration
bool GetDataPresent(Type format)
Parameters
Type |
Name |
Description |
System.Type |
format |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
Returns
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
Declaration
string[] GetFormats(bool autoConvert)
Parameters
Type |
Name |
Description |
System.Boolean |
autoConvert |
|
Returns
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
SetData(Object)
Declaration
void SetData(object data)
Parameters
Type |
Name |
Description |
System.Object |
data |
|
|
Improve this Doc
View Source
SetData(String, Object)
Declaration
void SetData(string format, object data)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
data |
|
|
Improve this Doc
View Source
SetData(String, Object, Boolean)
Declaration
void SetData(string format, object data, bool autoConvert)
Parameters
Type |
Name |
Description |
System.String |
format |
|
System.Object |
data |
|
System.Boolean |
autoConvert |
|
|
Improve this Doc
View Source
SetData(Type, Object)
Declaration
void SetData(Type format, object data)
Parameters
Type |
Name |
Description |
System.Type |
format |
|
System.Object |
data |
|
Extension Methods