C# 클래스 Gurpenator.TraitContainer

상속: AbstractTraitGroup
파일 보기 프로젝트 열기: thejoshwolfe/Gurpenator

공개 메소드들

메소드 설명
TraitContainer ( string title, Orientation orientation ) : System
createUi ( CharacterSheet characterSheet ) : GurpenatorUiElement
getNames ( ) : IEnumerable
toJson ( ) : object

메소드 상세

TraitContainer() 공개 메소드

public TraitContainer ( string title, Orientation orientation ) : System
title string
orientation Orientation
리턴 System

createUi() 공개 메소드

public createUi ( CharacterSheet characterSheet ) : GurpenatorUiElement
characterSheet CharacterSheet
리턴 GurpenatorUiElement

getNames() 공개 메소드

public getNames ( ) : IEnumerable
리턴 IEnumerable

toJson() 공개 메소드

public toJson ( ) : object
리턴 object