C# 클래스 StoryTeller.Model.Lists.OptionList

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

공개 프로퍼티들

프로퍼티 타입 설명
Name string

공개 메소드들

메소드 설명
AddOption ( string display, string value ) : void
AddOptions ( IEnumerable options ) : void
AddValues ( ) : void
OptionList ( string name ) : System.Collections.Generic

메소드 상세

AddOption() 공개 메소드

public AddOption ( string display, string value ) : void
display string
value string
리턴 void

AddOptions() 공개 메소드

public AddOptions ( IEnumerable options ) : void
options IEnumerable
리턴 void

AddValues() 공개 메소드

public AddValues ( ) : void
리턴 void

OptionList() 공개 메소드

public OptionList ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string