Method | Description | |
---|---|---|
TryParseBindingDescription ( string text, |
||
TryParseBindingSpecification ( string text, MvxSerializableBindingSpecification &requestedBindings ) : bool |
Method | Description | |
---|---|---|
ParseBindingDescription ( ) : |
||
ParseEquals ( string block ) : void | ||
ParseTargetPropertyNameAndDescription ( ) : MvxSerializableBindingDescription>.KeyValuePair |
||
ReadBindingMode ( ) : MvxBindingMode | ||
ReadTargetPropertyName ( ) : string | ||
ReadTextUntilNonQuotedOccurrenceOfAnyOf ( ) : string | ||
SkipWhitespaceAndDescriptionSeparators ( ) : void | ||
SkipWhitespaceAndOptionSeparators ( ) : void |
protected abstract ParseBindingDescription ( ) : |
||
return |
protected ParseEquals ( string block ) : void | ||
block | string | |
return | void |
protected ParseTargetPropertyNameAndDescription ( ) : MvxSerializableBindingDescription>.KeyValuePair |
||
return | MvxSerializableBindingDescription>.KeyValuePair |
protected ReadBindingMode ( ) : MvxBindingMode | ||
return | MvxBindingMode |
protected ReadTargetPropertyName ( ) : string | ||
return | string |
protected ReadTextUntilNonQuotedOccurrenceOfAnyOf ( ) : string | ||
return | string |
protected SkipWhitespaceAndDescriptionSeparators ( ) : void | ||
return | void |
protected SkipWhitespaceAndOptionSeparators ( ) : void | ||
return | void |
public TryParseBindingDescription ( string text, |
||
text | string | |
requestedDescription | ||
return | bool |
public TryParseBindingSpecification ( string text, MvxSerializableBindingSpecification &requestedBindings ) : bool | ||
text | string | |
requestedBindings | MvxSerializableBindingSpecification | |
return | bool |