|
| | MaskedTextProvider (string mask) |
| |
| | MaskedTextProvider (string mask, bool restrictToAscii) |
| |
| | MaskedTextProvider (string mask, CultureInfo? culture) |
| |
| | MaskedTextProvider (string mask, CultureInfo? culture, bool restrictToAscii) |
| |
| | MaskedTextProvider (string mask, char passwordChar, bool allowPromptAsInput) |
| |
| | MaskedTextProvider (string mask, CultureInfo? culture, char passwordChar, bool allowPromptAsInput) |
| |
| | MaskedTextProvider (string mask, CultureInfo? culture, bool allowPromptAsInput, char promptChar, char passwordChar, bool restrictToAscii) |
| |
| object | Clone () |
| |
| bool | Add (char input) |
| |
| bool | Add (char input, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | Add (string input) |
| |
| bool | Add (string input, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| void | Clear () |
| |
| void | Clear (out MaskedTextResultHint resultHint) |
| |
| int | FindAssignedEditPositionFrom (int position, bool direction) |
| |
| int | FindAssignedEditPositionInRange (int startPosition, int endPosition, bool direction) |
| |
| int | FindEditPositionFrom (int position, bool direction) |
| |
| int | FindEditPositionInRange (int startPosition, int endPosition, bool direction) |
| |
| int | FindNonEditPositionFrom (int position, bool direction) |
| |
| int | FindNonEditPositionInRange (int startPosition, int endPosition, bool direction) |
| |
| int | FindUnassignedEditPositionFrom (int position, bool direction) |
| |
| int | FindUnassignedEditPositionInRange (int startPosition, int endPosition, bool direction) |
| |
| bool | InsertAt (char input, int position) |
| |
| bool | InsertAt (char input, int position, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | InsertAt (string input, int position) |
| |
| bool | InsertAt (string input, int position, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | IsAvailablePosition (int position) |
| |
| bool | IsEditPosition (int position) |
| |
| bool | Remove () |
| |
| bool | Remove (out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | RemoveAt (int position) |
| |
| bool | RemoveAt (int startPosition, int endPosition) |
| |
| bool | RemoveAt (int startPosition, int endPosition, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | Replace (char input, int position) |
| |
| bool | Replace (char input, int position, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | Replace (char input, int startPosition, int endPosition, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | Replace (string input, int position) |
| |
| bool | Replace (string input, int position, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | Replace (string input, int startPosition, int endPosition, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | Set (string input) |
| |
| bool | Set (string input, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| string | ToDisplayString () |
| |
| override string | ToString () |
| |
| string | ToString (bool ignorePasswordChar) |
| |
| string | ToString (int startPosition, int length) |
| |
| string | ToString (bool ignorePasswordChar, int startPosition, int length) |
| |
| string | ToString (bool includePrompt, bool includeLiterals) |
| |
| string | ToString (bool includePrompt, bool includeLiterals, int startPosition, int length) |
| |
| string | ToString (bool ignorePasswordChar, bool includePrompt, bool includeLiterals, int startPosition, int length) |
| |
| bool | VerifyChar (char input, int position, out MaskedTextResultHint hint) |
| |
| bool | VerifyEscapeChar (char input, int position) |
| |
| bool | VerifyString (string input) |
| |
| bool | VerifyString (string input, out int testPosition, out MaskedTextResultHint resultHint) |
| |
|
| void | Initialize () |
| |
| int | FindEditPositionInRange (int startPosition, int endPosition, bool direction, byte assignedStatus) |
| |
| int | FindPositionInRange (int startPosition, int endPosition, bool direction, CharType charTypeFlags) |
| |
| bool | InsertAtInt (string input, int position, out int testPosition, out MaskedTextResultHint resultHint, bool testOnly) |
| |
| bool | RemoveAtInt (int startPosition, int endPosition, out int testPosition, out MaskedTextResultHint resultHint, bool testOnly) |
| |
| void | ResetChar (int testPosition) |
| |
| void | ResetString (int startPosition, int endPosition) |
| |
| void | SetChar (char input, int position) |
| |
| void | SetChar (char input, int position, CharDescriptor charDescriptor) |
| |
| void | SetString (string input, int testPosition) |
| |
| bool | TestChar (char input, int position, out MaskedTextResultHint resultHint) |
| |
| bool | TestEscapeChar (char input, int position) |
| |
| bool | TestEscapeChar (char input, int position, CharDescriptor charDex) |
| |
| bool | TestSetChar (char input, int position, out MaskedTextResultHint resultHint) |
| |
| bool | TestSetString (string input, int position, out int testPosition, out MaskedTextResultHint resultHint) |
| |
| bool | TestString (string input, int position, out int testPosition, out MaskedTextResultHint resultHint) |
| |
Definition at line 12 of file MaskedTextProvider.cs.