WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CountSummary

    Show / Hide Table of Contents

    Class CountSummary

    Computes the count of double or integer values.

    Inheritance
    System.Object
    SummaryBase
    CountSummary
    Implements
    IAdjustable
    Inherited Members
    SummaryBase.ShowNullAsBlank
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    public class CountSummary : SummaryBase, IAdjustable

    Constructors

    CountSummary()

    Declaration
    public CountSummary()

    Methods

    AdjustForNewContribution(Object)

    Gets to adjust for the new value.

    Declaration
    public void AdjustForNewContribution(object newContribution)
    Parameters
    Type Name Description
    System.Object newContribution

    Object

    AdjustForOldContribution(Object)

    Gets to adjust for the old value.

    Declaration
    public void AdjustForOldContribution(object oldContribution)
    Parameters
    Type Name Description
    System.Object oldContribution

    Object

    Combine(Object)

    Combines different values into one.

    Declaration
    public override void Combine(object other)
    Parameters
    Type Name Description
    System.Object other
    Overrides
    SummaryBase.Combine(Object)

    CombineSummary(SummaryBase)

    Combines the summaries into one.

    Declaration
    public override void CombineSummary(SummaryBase other)
    Parameters
    Type Name Description
    SummaryBase other

    SummaryBase

    Overrides
    SummaryBase.CombineSummary(SummaryBase)

    GetInstance()

    Gets the instance of the class.

    Declaration
    public override SummaryBase GetInstance()
    Returns
    Type Description
    SummaryBase

    Total summary value

    Overrides
    SummaryBase.GetInstance()

    GetResult()

    Obtains the count value.

    Declaration
    public override object GetResult()
    Returns
    Type Description
    System.Object

    Count

    Overrides
    SummaryBase.GetResult()

    Reset()

    Resets the value of the variables.

    Declaration
    public override void Reset()
    Overrides
    SummaryBase.Reset()

    ToString()

    Converts data to string.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    string

    Overrides
    System.Object.ToString()

    Implements

    IAdjustable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved