C# 클래스 LinqToRest.Server.OData.Lexing.AbstractNumericRegularExpressionTableLexerEntry

상속: AbstractRegularExpressionTableLexerEntry
파일 보기 프로젝트 열기: chrisblock/LinqToRest

보호된 메소드들

메소드 설명
AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( int min, int max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( int min, int max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( long min, long max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( long min, long max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( short min, short max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( short min, short max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max, bool ignoreCase ) : System
AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max ) : System
AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max, bool ignoreCase ) : System
GeneratePossibilities ( long max ) : string
GenerateRegularExpression ( long min, long max ) : string
GenerateUnsignedPossibilities ( ulong max ) : string
GenerateUnsignedRegularExpression ( ulong min, ulong max ) : string

메소드 상세

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max ) : System
min byte
max byte
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( byte min, byte max, bool ignoreCase ) : System
min byte
max byte
ignoreCase bool
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( int min, int max ) : System
min int
max int
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( int min, int max, bool ignoreCase ) : System
min int
max int
ignoreCase bool
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( long min, long max ) : System
min long
max long
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( long min, long max, bool ignoreCase ) : System
min long
max long
ignoreCase bool
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max ) : System
min sbyte
max sbyte
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( sbyte min, sbyte max, bool ignoreCase ) : System
min sbyte
max sbyte
ignoreCase bool
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( short min, short max ) : System
min short
max short
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( short min, short max, bool ignoreCase ) : System
min short
max short
ignoreCase bool
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max ) : System
min uint
max uint
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( uint min, uint max, bool ignoreCase ) : System
min uint
max uint
ignoreCase bool
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max ) : System
min ulong
max ulong
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( ulong min, ulong max, bool ignoreCase ) : System
min ulong
max ulong
ignoreCase bool
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max ) : System
min ushort
max ushort
리턴 System

AbstractNumericRegularExpressionTableLexerEntry() 보호된 메소드

protected AbstractNumericRegularExpressionTableLexerEntry ( ushort min, ushort max, bool ignoreCase ) : System
min ushort
max ushort
ignoreCase bool
리턴 System

GeneratePossibilities() 보호된 정적인 메소드

protected static GeneratePossibilities ( long max ) : string
max long
리턴 string

GenerateRegularExpression() 보호된 정적인 메소드

protected static GenerateRegularExpression ( long min, long max ) : string
min long
max long
리턴 string

GenerateUnsignedPossibilities() 보호된 정적인 메소드

protected static GenerateUnsignedPossibilities ( ulong max ) : string
max ulong
리턴 string

GenerateUnsignedRegularExpression() 보호된 정적인 메소드

protected static GenerateUnsignedRegularExpression ( ulong min, ulong max ) : string
min ulong
max ulong
리턴 string