C# Class StoryTeller.Model.Lists.OptionList

Afficher le fichier Open project: storyteller/Storyteller Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string

Méthodes publiques

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

Method Details

AddOption() public méthode

public AddOption ( string display, string value ) : void
display string
value string
Résultat void

AddOptions() public méthode

public AddOptions ( IEnumerable options ) : void
options IEnumerable
Résultat void

AddValues() public méthode

public AddValues ( ) : void
Résultat void

OptionList() public méthode

public OptionList ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

Property Details

Name public_oe property

public string Name
Résultat string