C# Class regexMatcher.signCls

Show file Open project: hvva/IoAF Class Usage Examples

Public Properties

Property Type Description
group int
isDB System.Boolean
matchedList List
regex string
type string
weight float

Public Methods

Method Description
signCls ( string sType, float weight ) : System

Method Details

signCls() public method

public signCls ( string sType, float weight ) : System
sType string
weight float
return System

Property Details

group public property

public int group
return int

isDB public property

public Boolean,System isDB
return System.Boolean

matchedList public property

public List matchedList
return List

regex public property

public string regex
return string

type public property

public string type
return string

weight public property

public float weight
return float