Click or drag to resize
DefaultModuleUsageDataCollection Class
Collection of module usage data provided by module usage data source
Inheritance Hierarchy
SystemObject
  CMS.BaseDefaultModuleUsageDataCollection

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

The DefaultModuleUsageDataCollection type exposes the following members.

Constructors
  NameDescription
Public methodDefaultModuleUsageDataCollection
Top
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 methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
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 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
Remarks
This is default empty implementation which doesn't store any value. Module usage tracking module registers its own implementation of the interface when installed.
See Also