Class WordSearchResultWordHit
Define a word and specific location where it is found
Inheritance
System.Object
    WordSearchResultWordHit
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class WordSearchResultWordHit
  Properties
H
Declaration
public int H { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
L
Declaration
public int L { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
T
Declaration
public int T { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
Text
Contains the text matching the query.
Declaration
public string Text { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
W
Declaration
public int W { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 |