Click or drag to resize
IModuleUsageDataCollection Interface
Collection of module usage data

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public interface IModuleUsageDataCollection : IEnumerable<IModuleUsageDataItem>, 
	IEnumerable, ISerializable

The IModuleUsageDataCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd(String, Boolean)
Adds usage data item to collection.
Public methodAdd(String, Byte)
Adds usage data item to collection.
Public methodAdd(String, DateTime)
Adds usage data item to collection.
Public methodAdd(String, Double)
Adds usage data item to collection.
Public methodAdd(String, Guid)
Adds usage data item to collection.
Public methodAdd(String, Int32)
Adds usage data item to collection.
Public methodAdd(String, Int64)
Adds usage data item to collection.
Public methodAdd(String, String)
Adds usage data item to collection.
Public methodGet
Gets item with specified key.
Public methodRemove
Remove item from collection.
Top
Extension Methods
  NameDescription
Public Extension MethodBatchIModuleUsageDataItem
Returns input in batches of batchSize size.
(Defined by BaseExtensions.)
Public Extension MethodToHashSetIModuleUsageDataItem
Converts the list of objects to a hash set of distinct values
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
See Also