Search Results for

    Show / Hide Table of Contents

    Class AbstractMetric

    Base class for metrics

    Inheritance
    object
    AbstractMetric
    GaugeMetric
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.TranslationMemory.Metrics
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    public abstract class AbstractMetric

    Constructors

    AbstractMetric(string)

    Base class for metrics

    Declaration
    protected AbstractMetric(string name)
    Parameters
    Type Name Description
    string name

    Metric name

    Exceptions
    Type Condition
    ArgumentNullException

    Properties

    Name

    Gets the metric name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    In this article
    • Constructors
      • AbstractMetric(string)
    • Properties
      • Name
    Back to top Generated by DocFX