Class Configuration.RxPathConfig
A collection of configuration parameters for the RxPath class.
public class Configuration.RxPathConfig : Configuration.AbstractConfig
- Inheritance
-
Configuration.RxPathConfig
- Inherited Members
Properties
BuildMode
Gets or sets the default mode when building RxPaths.
public PathBuildMode BuildMode { get; set; }
Property Value
EnableUidSearch
Gets or sets a value indicating whether UID search acceleration should be used.
public bool EnableUidSearch { get; set; }
Property Value
MaxMatchTextLen
Gets or sets the value set to the MaxMatchTextLen property.
public int MaxMatchTextLen { get; set; }