C# 클래스 StoryTeller.Model.Option

파일 보기 프로젝트 열기: storyteller/Storyteller 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
display string
value string

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Equals ( Option other ) : bool

메소드 상세

Copy() 공개 메소드

public Copy ( ) : Option
리턴 Option

Equals() 보호된 메소드

protected Equals ( Option other ) : bool
other Option
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

For() 공개 정적인 메소드

public static For ( IEnumerable values ) : StoryTeller.Model.Option[]
values IEnumerable
리턴 StoryTeller.Model.Option[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Option() 공개 메소드

public Option ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Option() 공개 메소드

public Option ( string value ) : System.Collections.Generic
value string
리턴 System.Collections.Generic

Option() 공개 메소드

public Option ( string display, string value ) : System.Collections.Generic
display string
value string
리턴 System.Collections.Generic

ParseText() 공개 정적인 메소드

public static ParseText ( string text ) : StoryTeller.Model.Option[]
text string
리턴 StoryTeller.Model.Option[]

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Write() 공개 정적인 메소드

public static Write ( Option options ) : string
options Option
리턴 string

프로퍼티 상세

display 공개적으로 프로퍼티

public string display
리턴 string

value 공개적으로 프로퍼티

public string value
리턴 string