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