Options that define a uint field in the search index.

Пример #1
0
 /// <summary>
 /// Sets the UIntOptions property
 /// </summary>
 /// <param name="uIntOptions">The value to set for the UIntOptions property </param>
 /// <returns>this instance</returns>
 public IndexField WithUIntOptions(UIntOptions uIntOptions)
 {
     this.uIntOptions = uIntOptions;
     return(this);
 }
Пример #2
0
 public IndexField WithUIntOptions(UIntOptions uIntOptions)
 {
     this.uIntOptions = uIntOptions;
     return this;
 }