C# Class XRayBuilderGUI.XRay.Term

ファイルを表示 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_oe property

public string Desc
return string

Match public_oe property

public bool Match
return bool

MatchCase public_oe property

public bool MatchCase
return bool

RegEx public_oe property

public bool RegEx
return bool

Type public_oe property

public string Type
return string