DefaultModuleUsageDataCollection Methods |
The DefaultModuleUsageDataCollection 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.
|
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
|
![]() | Remove |
Remove item from collection.
|
Name | Description | |
---|---|---|
![]() | BatchIModuleUsageDataItem |
Returns input in batches of batchSize size.
(Defined by BaseExtensions.) |
![]() | ToHashSetIModuleUsageDataItem |
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.) |
![]() | ToListIModuleUsageDataItem, TTo |
Converts the given collection to a list of values
(Defined by BaseExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.) |