Class SearchResultsMerged
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 SearchResultsMerged : SearchResults, IEnumerable<SearchResult>, IEnumerable
Constructors
SearchResultsMerged()
Declaration
public SearchResultsMerged()
SearchResultsMerged(SearchResults)
Declaration
public SearchResultsMerged(SearchResults searchResults)
Parameters
Type | Name | Description |
---|---|---|
SearchResults | searchResults |
Properties
DocumentDetails
Declaration
public Dictionary<int, DocumentDetail> DocumentDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int32, DocumentDetail> |
Methods
CopyFromSearchResults(SearchResults)
Declaration
public void CopyFromSearchResults(SearchResults other)
Parameters
Type | Name | Description |
---|---|---|
SearchResults | other |
Merge(SearchResults, Boolean, Int32)
Declaration
public void Merge(SearchResults other, bool removeDuplicates, int cascadeEntryIndex)
Parameters
Type | Name | Description |
---|---|---|
SearchResults | other | |
System.Boolean | removeDuplicates | |
System.Int32 | cascadeEntryIndex |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable