C# Class MvvmCross.Binding.Parse.PropertyPath.MvxPropertyPathParser

Inheritance: MvvmCross.Platform.Parse.MvxParser
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
MakeSafe ( string textToParse ) : string
Parse ( string textToParse ) : IList

Méthodes protégées

Méthode Description
Reset ( string textToParse ) : void

Private Methods

Méthode Description
ParseIndexer ( ) : void
ParseIntegerIndexer ( ) : void
ParseNextToken ( ) : void
ParsePropertyName ( ) : void
ParseQuotedStringIndexer ( ) : void
ParseUnquotedStringIndexer ( ) : void
SkipWhitespaceAndPeriods ( ) : void

Method Details

MakeSafe() public static méthode

public static MakeSafe ( string textToParse ) : string
textToParse string
Résultat string

Parse() public méthode

public Parse ( string textToParse ) : IList
textToParse string
Résultat IList

Reset() protected méthode

protected Reset ( string textToParse ) : void
textToParse string
Résultat void