Class BulkData
Definition
- Namespace:
- Tizen.Applications.DataControl
- Assembly:
- Tizen.Applications.DataControl.dll
- API Level:
- 3
Represents the BulkData class for the DataControl bulk request.
C#Copypublic class BulkData : IDisposable
- Inheritance
-
System.ObjectBulkData
- Implements
-
System.IDisposable
Constructors
Declaration
C#Copypublic BulkData()
Exceptions
Type | Condition |
---|---|
System.InvalidOperationException | Thrown in case of any internal error. |
API Level: 3
Methods
Declaration
C#Copypublic void Add(Bundle data)
Parameters
Type | Name | Description |
---|---|---|
Bundle | data | Bulk data |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown in case of an invalid parameter. |
API Level: 3
Declaration
C#Copypublic void Dispose()
API Level: 3
View Source
Dispose(Boolean)
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 |
---|---|---|
Boolean | disposing | If true, disposes any disposable objects. If false, does not dispose disposable objects. |
API Level: 3
Declaration
C#Copyprotected void Finalize()
Declaration
C#Copypublic int GetCount()
Returns
Type | Description |
---|---|
Int32 |
API Level: 3
Declaration
C#Copypublic Bundle GetData(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | The target data index. |
Returns
Type | Description |
---|---|
Bundle |
Exceptions
Type | Condition |
---|---|
System.ArgumentException | Thrown in case of an invalid parameter. |
API Level: 3
Implements
System.IDisposable