IModuleUsageDataCollection Interface |
Namespace: CMS.Base
public interface IModuleUsageDataCollection : IEnumerable<IModuleUsageDataItem>, IEnumerable, ISerializable
The IModuleUsageDataCollection type exposes the following members.
Name | Description | |
---|---|---|
Add(String, Boolean) |
Adds usage data item to collection.
| |
Add(String, Byte) |
Adds usage data item to collection.
| |
Add(String, DateTime) |
Adds usage data item to collection.
| |
Add(String, Double) |
Adds usage data item to collection.
| |
Add(String, Guid) |
Adds usage data item to collection.
| |
Add(String, Int32) |
Adds usage data item to collection.
| |
Add(String, Int64) |
Adds usage data item to collection.
| |
Add(String, String) |
Adds usage data item to collection.
| |
Get |
Gets item with specified key.
| |
Remove |
Remove item from collection.
|
Name | Description | |
---|---|---|
BatchIModuleUsageDataItem |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) | |
ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) | |
ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |