C# Class MvvmCross.Binding.ExpressionParse.MvxParsedExpression

Inheritance: IMvxParsedExpression
Afficher le fichier Open project: MvvmCross/MvvmCross Class Usage Examples

Méthodes publiques

Méthode Description
PrependIndexed ( string indexedValue ) : void
PrependProperty ( string propertyName ) : void
Print ( ) : string

Méthodes protégées

Méthode Description
Prepend ( INode node ) : void

Method Details

Prepend() protected méthode

protected Prepend ( INode node ) : void
node INode
Résultat void

PrependIndexed() public méthode

public PrependIndexed ( string indexedValue ) : void
indexedValue string
Résultat void

PrependProperty() public méthode

public PrependProperty ( string propertyName ) : void
propertyName string
Résultat void

Print() public méthode

public Print ( ) : string
Résultat string