Search Results for

    Show / Hide Table of Contents

    Class ConfirmationStatistics

    This class represents confirmation statistics for a single target language file or for all the target language files in a given project target language.

    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

    Gets a combined confirmation level value, which indicates where the content represented by this statistics object is in the project life-cycle.

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

    Item[ConfirmationLevel]

    Gets the confirmation statistics for the specified confirmation level.

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

    The confirmation level.

    Property Value
    Type Description
    CountData

    A CountData object that represents how many segments, words, characters, placeables and tags have the specified confirmation level.

    PercentComplete

    Gets a percentage value for how far the content represented by this statistics object is in the current stage of the project life-cycle. This is only relevant if CombinedConfirmationLevel returns InTranslation, InReview or InSignOff.

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

    Status

    Gets the status of the statistics.

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

    Total

    Gets the sum of statistics for all confirmation levels.

    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