Class DocumentDetail
Inheritance
System.Object
DocumentDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public class DocumentDetail
Constructors
DocumentDetail()
Declaration
public DocumentDetail()
Properties
DocumentPlaceables
Declaration
public List<Placeable> DocumentPlaceables { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Placeable> |
SourceHash
Declaration
public long SourceHash { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
SourceSegment
Declaration
public Segment SourceSegment { get; set; }
Property Value
Type | Description |
---|---|
Segment |
SourceWordCounts
Declaration
public WordCounts SourceWordCounts { get; set; }
Property Value
Type | Description |
---|---|
WordCounts |