C# 클래스 Endjin.Assembly.ChangeDetection.Query.BaseQuery

파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection

보호된 프로퍼티들

프로퍼티 타입 설명
myIsInternal bool?
myIsPrivate bool?
myIsProtected bool?
myIsProtectedInernal bool?
myIsPublic bool?
myIsStatic bool?

Private Properties

프로퍼티 타입 설명
CountChars int

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
CountChars ( char searchChar, string str ) : int

메소드 상세

BaseQuery() 보호된 메소드

protected BaseQuery ( string query ) : System
query string
리턴 System

Captures() 보호된 메소드

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

IsMatch() 보호된 메소드

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

MatchName() 보호된 메소드

protected MatchName ( string name ) : bool
name string
리턴 bool

SetModifierFilter() 보호된 메소드

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

Value() 보호된 메소드

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

프로퍼티 상세

myIsInternal 보호되어 있는 프로퍼티

protected bool? myIsInternal
리턴 bool?

myIsPrivate 보호되어 있는 프로퍼티

protected bool? myIsPrivate
리턴 bool?

myIsProtected 보호되어 있는 프로퍼티

protected bool? myIsProtected
리턴 bool?

myIsProtectedInernal 보호되어 있는 프로퍼티

protected bool? myIsProtectedInernal
리턴 bool?

myIsPublic 보호되어 있는 프로퍼티

protected bool? myIsPublic
리턴 bool?

myIsStatic 보호되어 있는 프로퍼티

protected bool? myIsStatic
리턴 bool?