Struct EditDistanceItem
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Assembly: Sdl.LanguagePlatform.Core.dll
public struct EditDistanceItem
Properties
Declaration
public double Costs { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
Declaration
public int MoveSourceTarget { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int MoveTargetSource { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public EditOperation Operation { get; set; }
Property Value
Declaration
public EditDistanceResolution Resolution { get; set; }
Property Value
Declaration
public int Source { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Declaration
public int Target { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Overrides
System.ValueType.ToString()