C# Class StoryTeller.Model.Option

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

Méthodes publiques

Свойство Type Description
display string
value string

Méthodes publiques

Méthode Description
Copy ( ) : Option
Equals ( object obj ) : bool
For ( IEnumerable values ) : StoryTeller.Model.Option[]
GetHashCode ( ) : int
Option ( ) : System.Collections.Generic
Option ( string value ) : System.Collections.Generic
Option ( string display, string value ) : System.Collections.Generic
ParseText ( string text ) : StoryTeller.Model.Option[]
ToString ( ) : string
Write ( Option options ) : string

Méthodes protégées

Méthode Description
Equals ( Option other ) : bool

Method Details

Copy() public méthode

public Copy ( ) : Option
Résultat Option

Equals() protected méthode

protected Equals ( Option other ) : bool
other Option
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

For() public static méthode

public static For ( IEnumerable values ) : StoryTeller.Model.Option[]
values IEnumerable
Résultat StoryTeller.Model.Option[]

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Option() public méthode

public Option ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Option() public méthode

public Option ( string value ) : System.Collections.Generic
value string
Résultat System.Collections.Generic

Option() public méthode

public Option ( string display, string value ) : System.Collections.Generic
display string
value string
Résultat System.Collections.Generic

ParseText() public static méthode

public static ParseText ( string text ) : StoryTeller.Model.Option[]
text string
Résultat StoryTeller.Model.Option[]

ToString() public méthode

public ToString ( ) : string
Résultat string

Write() public static méthode

public static Write ( Option options ) : string
options Option
Résultat string

Property Details

display public_oe property

public string display
Résultat string

value public_oe property

public string value
Résultat string