Word Game Builder 2.0.1f2
Reference Manual
Properties | List of all members
ExampleViewModel.WordResultContext Class Reference

Contains information about a word check. More...

+ Inheritance diagram for ExampleViewModel.WordResultContext:
+ Collaboration diagram for ExampleViewModel.WordResultContext:

Properties

IList< string > allWords [get, set]
 All words from the word check. More...
 
bool hasValue [get, set]
 Is the word check empty? More...
 
string input [get, set]
 The input string for the word check. More...
 
bool isValid [get, set]
 Is the word check valid? More...
 
int score [get, set]
 The score value of the word check. More...
 

Detailed Description

Contains information about a word check.

Property Documentation

IList<string> allWords
getset

All words from the word check.

bool hasValue
getset

Is the word check empty?

string input
getset

The input string for the word check.

bool isValid
getset

Is the word check valid?

int score
getset

The score value of the word check.