C# Class StoryTeller.Model.Lists.OptionList

显示文件 Open project: storyteller/Storyteller Class Usage Examples

Public Properties

Property Type Description
Name string

Public Methods

Method Description
AddOption ( string display, string value ) : void
AddOptions ( IEnumerable options ) : void
AddValues ( ) : void
OptionList ( string name ) : System.Collections.Generic

Method Details

AddOption() public method

public AddOption ( string display, string value ) : void
display string
value string
return void

AddOptions() public method

public AddOptions ( IEnumerable options ) : void
options IEnumerable
return void

AddValues() public method

public AddValues ( ) : void
return void

OptionList() public method

public OptionList ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

Property Details

Name public_oe property

public string Name
return string