[Gregor.Core.CPatternMask]

Gregor.Core.CPatternMask

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

internal class Gregor.Core.CPatternMask

: System.Object

Custom Attributes: 

Description: 


Members

CPatternMask

public CPatternMask(System.String sValue)

Custom Attributes: 

Description: 

CPatternMask

public CPatternMask(System.String sValue, Gregor.Core.CPatternMask previous)

Custom Attributes: 

Description: 

m_MatchBegin

private System.Int32 m_MatchBegin

Custom Attributes: 

Description: 

m_MatchEnd

private System.Int32 m_MatchEnd

Custom Attributes: 

Description: 

m_Next

private Gregor.Core.CPatternMask m_Next

Custom Attributes: 

Description: 

m_Previous

private Gregor.Core.CPatternMask m_Previous

Custom Attributes: 

Description: 

m_Value

private System.String m_Value

Custom Attributes: 

Description: 

IsAsterisk

public System.Boolean IsAsterisk {get;}

Custom Attributes: 

Description: 

IsQuestionMark

public System.Boolean IsQuestionMark {get;}

Custom Attributes: 

Description: 

IsSpecial

public System.Boolean IsSpecial {get;}

Custom Attributes: 

Description: 

MatchBegin

public System.Int32 MatchBegin {get;}

Custom Attributes: 

Description: 

MatchEnd

public System.Int32 MatchEnd {get;}

Custom Attributes: 

Description: 

MatchLength

public System.Int32 MatchLength {get;}

Custom Attributes: 

Description: 

Next

public Gregor.Core.CPatternMask Next {get;}

Custom Attributes: 

Description: 

Previous

public Gregor.Core.CPatternMask Previous {get;}

Custom Attributes: 

Description: 

Apply

public System.Boolean Apply(System.String s, System.Int32 iStart)

Custom Attributes: 

Description: 

Reset

public void Reset()

Custom Attributes: 

Description: 


See Also

Gregor.Core.CPatternMask

System.Object

System.String

System.Boolean

System.Int32

System.Void