C# Class Gurpenator.GurpsProperty

Show file Open project: thejoshwolfe/Gurpenator Class Usage Examples

Public Properties

Property Type Description
effectedBy List
effects List
formattingFunction string>.Func
parsedThing ParsedThing
toStringFormattingFunction string>.Func

Public Methods

Method Description
checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
formatAsDice ( int value ) : string
resolveInheritance ( GurpsProperty>.Dictionary nameToThing ) : void
usedNames ( ) : IEnumerable

Protected Methods

Method Description
GurpsProperty ( ParsedThing parsedThing ) : System

Method Details

GurpsProperty() protected method

protected GurpsProperty ( ParsedThing parsedThing ) : System
parsedThing ParsedThing
return System

checkFormula() public method

public checkFormula ( GurpsProperty>.Dictionary nameToThing ) : void
nameToThing GurpsProperty>.Dictionary
return void

formatAsDice() public static method

public static formatAsDice ( int value ) : string
value int
return string

resolveInheritance() public method

public resolveInheritance ( GurpsProperty>.Dictionary nameToThing ) : void
nameToThing GurpsProperty>.Dictionary
return void

usedNames() public method

public usedNames ( ) : IEnumerable
return IEnumerable

Property Details

effectedBy public property

public List effectedBy
return List

effects public property

public List effects
return List

formattingFunction public property

public Func formattingFunction
return string>.Func

parsedThing public property

public ParsedThing,Gurpenator parsedThing
return ParsedThing

toStringFormattingFunction public static property

public static Func toStringFormattingFunction
return string>.Func