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
    object
    ConfirmationStatistics
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    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

    this[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
    int

    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
    In this article
    • Constructors
      • ConfirmationStatistics()
    • Properties
      • CombinedConfirmationLevel
      • this[ConfirmationLevel]
      • PercentComplete
      • Status
      • Total
    Back to top Generated by DocFX