AtomsFramework Persistence Layer Reference Guide

SummaryCriteria Class

[This is preliminary documentation and subject to change.]

Class for summarising (aggregating) attributes of a particular class.

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

System.Object
   AtomsFramework.PersistentCriteria
      AtomsFramework.SummaryCriteria

[Visual Basic]
Public Class SummaryCriteria
    Inherits PersistentCriteria
[C#]
public class SummaryCriteria : 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) in a class. 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

SummaryCriteria Members | AtomsFramework Namespace