C# 클래스 Gurpenator.GurpsProperty

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

공개 프로퍼티들

프로퍼티 타입 설명
effectedBy List
effects List
formattingFunction string>.Func
parsedThing ParsedThing
toStringFormattingFunction string>.Func

공개 메소드들

메소드 설명
checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
formatAsDice ( int value ) : string
resolveInheritance ( GurpsProperty>.Dictionary nameToThing ) : void
usedNames ( ) : IEnumerable

보호된 메소드들

메소드 설명
GurpsProperty ( ParsedThing parsedThing ) : System

메소드 상세

GurpsProperty() 보호된 메소드

protected GurpsProperty ( ParsedThing parsedThing ) : System
parsedThing ParsedThing
리턴 System

checkFormula() 공개 메소드

public checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
nameToThing GurpsProperty>.Dictionary
리턴 void

formatAsDice() 공개 정적인 메소드

public static formatAsDice ( int value ) : string
value int
리턴 string

resolveInheritance() 공개 메소드

public resolveInheritance ( GurpsProperty>.Dictionary nameToThing ) : void
nameToThing GurpsProperty>.Dictionary
리턴 void

usedNames() 공개 메소드

public usedNames ( ) : IEnumerable
리턴 IEnumerable

프로퍼티 상세

effectedBy 공개적으로 프로퍼티

public List effectedBy
리턴 List

effects 공개적으로 프로퍼티

public List effects
리턴 List

formattingFunction 공개적으로 프로퍼티

public Func formattingFunction
리턴 string>.Func

parsedThing 공개적으로 프로퍼티

public ParsedThing,Gurpenator parsedThing
리턴 ParsedThing

toStringFormattingFunction 공개적으로 정적으로 프로퍼티

public static Func toStringFormattingFunction
리턴 string>.Func