AtomsFramework Persistence Layer Reference Guide

MultiSummaryCriteria Class

[This is preliminary documentation and subject to change.]

Class for summarising (aggregating) attributes across multilpe classes.

For a list of all members of this type, see MultiSummaryCriteria Members.

System.Object
   AtomsFramework.PersistentCriteria
      AtomsFramework.MultiSummaryCriteria

[Visual Basic]
Public Class MultiSummaryCriteria
    Inherits PersistentCriteria
[C#]
public class MultiSummaryCriteria : PersistentCriteria

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This class provides the functionality necessary to summarise and aggregate the values for attribute(s) across many classes. The range of objects to be summarised can be specified and the results are returned in a ResultCursor for processing by the application.

Requirements

Namespace: AtomsFramework

Assembly: AtomsFramework (in AtomsFramework.dll)

See Also

MultiSummaryCriteria Members | AtomsFramework Namespace