C# Class TropoCSharp.Tropo.Choices

The grammar to use in recognizing and validating input.
Inheritance: TropoBase
Show file Open project: hack4reno/hack4reno2011 Class Usage Examples

Public Methods

Method Description
Choices ( ) : System
Choices ( string @value ) : System
Choices ( string @value, string mode, string termChar ) : System

Method Details

Choices() public method

public Choices ( ) : System
return System

Choices() public method

public Choices ( string @value ) : System
@value string
return System

Choices() public method

public Choices ( string @value, string mode, string termChar ) : System
@value string
mode string
termChar string
return System