Class AbstractMetric
Base class for metrics
Inherited Members
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 |
---|---|
Argument |
Properties
Name
Gets the metric name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
string |