Class BulkResultData
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
Represents the BulkResultData class for the DataControl bulk request.
C#Copypublic class BulkResultData : IDisposable
- Inheritance
-
objectBulkResultData
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic BulkResultData()
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Thrown in case of any internal error. |
Methods
Declaration
C#Copypublic void Add(Bundle data, int result)
Parameters
| Type | Name | Description |
|---|---|---|
| Bundle | data | The result data. |
| int | result | Result. |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException | Thrown in case of an invalid parameter. |
Declaration
C#Copypublic void Dispose()
View Source
Dispose(bool)
Releases any unmanaged resources used by this object. Can also dispose any other disposable objects.
Declaration
C#Copyprotected virtual void Dispose(bool disposing)
Parameters
| Type | Name | Description |
|---|---|---|
| bool | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
Declaration
C#Copyprotected ~BulkResultData()
Declaration
C#Copypublic int GetCount()
Returns
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic Bundle GetData(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The target result data index. |
Returns
| Type | Description |
|---|---|
| Bundle |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException | Thrown in case of an invalid parameter. |
Declaration
C#Copypublic int GetResult(int index)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The target result index. |
Returns
| Type | Description |
|---|---|
| int |
Exceptions
| Type | Condition |
|---|---|
| System.ArgumentException | Thrown in case of an invalid parameter. |
Implements
System.IDisposable