Class WorkMatch.Variable
Represents capture variable
Inheritance
System.Object
    WorkMatch.Variable
  Implements
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: NFX.Wave
Assembly: NFX.Wave.dll
Syntax
public class Variable : INamed
  Constructors
Variable(IConfigSectionNode)
Declaration
public Variable(IConfigSectionNode confNode)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IConfigSectionNode | confNode | 
Variable(String)
Declaration
public Variable(string name)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | name | 
Fields
QUERY_NAME_WC
Declaration
public const string QUERY_NAME_WC = "*"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
Properties
Default
Default value if no URI match could be made
Declaration
public string Default { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
MatchCaseSensitive
Optional value comparison case sensitivity for the whole match to succeed
Declaration
public bool MatchCaseSensitive { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
MatchContains
Optional value that must be contained in the captured value for the whole match to succeed
Declaration
public string MatchContains { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
MatchEquals
Optional value that must exactly equal the captured value for the whole match to succeed
Declaration
public string MatchEquals { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Name
Name of variable
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
QueryName
Name of URI query variable to fetch into this variable
Declaration
public string QueryName { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |