C# Class XRayBuilderGUI.XRay.Term

Show file Open project: Ephemerality/xray-builder.gui

Public Properties

Property Type Description
Desc string
Match bool
MatchCase bool
RegEx bool
Type string

Public Methods

Method Description
Term ( ) : System
Term ( string type ) : System
ToString ( ) : string

Method Details

Term() public method

public Term ( ) : System
return System

Term() public method

public Term ( string type ) : System
type string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Desc public property

public string Desc
return string

Match public property

public bool Match
return bool

MatchCase public property

public bool MatchCase
return bool

RegEx public property

public bool RegEx
return bool

Type public property

public string Type
return string