Search Results for

    Show / Hide Table of Contents

    Class ConfirmationStatistics

    Inheritance
    System.Object
    ConfirmationStatistics
    Inherited Members
    System.Object.ToString()
    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: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ConfirmationStatistics

    Constructors

    ConfirmationStatistics()

    Declaration
    public ConfirmationStatistics()

    Properties

    CombinedConfirmationLevel

    Declaration
    public CombinedConfirmationLevel CombinedConfirmationLevel { get; }
    Property Value
    Type Description
    CombinedConfirmationLevel

    Item[ConfirmationLevel]

    Declaration
    public CountData this[ConfirmationLevel confirmationLevel] { get; }
    Parameters
    Type Name Description
    ConfirmationLevel confirmationLevel
    Property Value
    Type Description
    CountData

    PercentComplete

    Declaration
    public int PercentComplete { get; }
    Property Value
    Type Description
    System.Int32

    Status

    Declaration
    public ValueStatus Status { get; }
    Property Value
    Type Description
    ValueStatus

    Total

    Declaration
    public CountData Total { get; }
    Property Value
    Type Description
    CountData

    On this page

    • Constructors
      • ConfirmationStatistics()
    • Properties
      • CombinedConfirmationLevel
      • Item[ConfirmationLevel]
      • PercentComplete
      • Status
      • Total
    Back to top Generated by DocFX