C# Class regexMatcher.signCls

Mostrar archivo 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_oe property

public int group
return int

isDB public_oe property

public Boolean,System isDB
return System.Boolean

matchedList public_oe property

public List matchedList
return List

regex public_oe property

public string regex
return string

type public_oe property

public string type
return string

weight public_oe property

public float weight
return float