C# 클래스 Ext.Net.TokenUtils

파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ExtractIDs List
IsAlertToken bool
IsDirectMethodsToken bool
IsFunction bool
IsFunctionToken bool
IsIDToken bool
IsRawToken bool
IsSelectToken bool
MatchSelectTokens string
NormalizeRawToken string
ParseAndNormalize string
ParseAndNormalize string
ParseTokens string
ParseTokens string
ReplaceAlertToken string
ReplaceDirectMethods string
ReplaceFunctionToken string
ReplaceIDTokens string
ReplaceRawToken string
ReplaceSelectTokens string

비공개 메소드들

메소드 설명
ExtractIDs ( string script ) : List
IsAlertToken ( string script ) : bool
IsDirectMethodsToken ( string script ) : bool
IsFunction ( string script ) : bool
IsFunctionToken ( string script ) : bool
IsIDToken ( string script ) : bool
IsRawToken ( string script ) : bool
IsSelectToken ( string script ) : bool
MatchSelectTokens ( Match match ) : string
NormalizeRawToken ( string script ) : string
ParseAndNormalize ( string script ) : string
ParseAndNormalize ( string script, Control seed ) : string
ParseTokens ( string script ) : string
ParseTokens ( string script, Control seed ) : string
ReplaceAlertToken ( string script ) : string
ReplaceDirectMethods ( string script, Control seed ) : string
ReplaceFunctionToken ( string script ) : string
ReplaceIDTokens ( string script, Control seed ) : string
ReplaceRawToken ( string script ) : string
ReplaceSelectTokens ( string script ) : string