C# Class MvvmCross.Binding.ExpressionParse.MvxParsedExpression

Inheritance: IMvxParsedExpression
Mostra file Open project: MvvmCross/MvvmCross Class Usage Examples

Public Methods

Method Description
PrependIndexed ( string indexedValue ) : void
PrependProperty ( string propertyName ) : void
Print ( ) : string

Protected Methods

Method Description
Prepend ( INode node ) : void

Method Details

Prepend() protected method

protected Prepend ( INode node ) : void
node INode
return void

PrependIndexed() public method

public PrependIndexed ( string indexedValue ) : void
indexedValue string
return void

PrependProperty() public method

public PrependProperty ( string propertyName ) : void
propertyName string
return void

Print() public method

public Print ( ) : string
return string