C# Class Endjin.Assembly.ChangeDetection.Query.BaseQuery

Exibir arquivo Open project: endjin/Endjin.Assembly.ChangeDetection

Protected Properties

Property Type Description
myIsInternal bool?
myIsPrivate bool?
myIsProtected bool?
myIsProtectedInernal bool?
myIsPublic bool?
myIsStatic bool?

Private Properties

Property Type Description
CountChars int

Protected Methods

Method Description
BaseQuery ( string query ) : System
Captures ( Match m, string value ) : bool?
IsMatch ( Match m, string key ) : bool
MatchName ( string name ) : bool
SetModifierFilter ( Match m ) : void
Value ( Match m, string groupName ) : string

Private Methods

Method Description
CountChars ( char searchChar, string str ) : int

Method Details

BaseQuery() protected method

protected BaseQuery ( string query ) : System
query string
return System

Captures() protected method

protected Captures ( Match m, string value ) : bool?
m System.Text.RegularExpressions.Match
value string
return bool?

IsMatch() protected method

protected IsMatch ( Match m, string key ) : bool
m System.Text.RegularExpressions.Match
key string
return bool

MatchName() protected method

protected MatchName ( string name ) : bool
name string
return bool

SetModifierFilter() protected method

protected SetModifierFilter ( Match m ) : void
m System.Text.RegularExpressions.Match
return void

Value() protected method

protected Value ( Match m, string groupName ) : string
m System.Text.RegularExpressions.Match
groupName string
return string

Property Details

myIsInternal protected_oe property

protected bool? myIsInternal
return bool?

myIsPrivate protected_oe property

protected bool? myIsPrivate
return bool?

myIsProtected protected_oe property

protected bool? myIsProtected
return bool?

myIsProtectedInernal protected_oe property

protected bool? myIsProtectedInernal
return bool?

myIsPublic protected_oe property

protected bool? myIsPublic
return bool?

myIsStatic protected_oe property

protected bool? myIsStatic
return bool?