Eamon CS  3.1.0
EamonRT.Framework.Parsing.IParserData Interface Reference

More...

Inheritance diagram for EamonRT.Framework.Parsing.IParserData:
EamonRT.Game.Parsing.ParserData TheVileGrimoireOfJaldial.Framework.Parsing.IParserData TheVileGrimoireOfJaldial.Game.Parsing.ParserData TheVileGrimoireOfJaldial.Game.Parsing.ParserData

Properties

string Name [get, set]
 
Action QueryPrintFunc [get, set]
 
IGameBase Obj [get, set]
 
IArtifact Artifact [get]
 
IMonster Monster [get]
 
IList< IGameBaseGetRecordList [get, set]
 
IList< IGameBaseFilterRecordList [get, set]
 
IList< Func< IGameBase, bool > > RecordWhereClauseList [get, set]
 
Delegates.GetRecordListFunc GetRecordListFunc [get, set]
 
Delegates.FilterRecordListFunc FilterRecordListFunc [get, set]
 
Delegates.RevealEmbeddedArtifactFunc RevealEmbeddedArtifactFunc [get, set]
 
Action RecordMatchFunc [get, set]
 
Action RecordNotFoundFunc [get, set]
 

Detailed Description

Property Documentation

◆ Artifact

IArtifact EamonRT.Framework.Parsing.IParserData.Artifact
get

◆ FilterRecordList

IList<IGameBase> EamonRT.Framework.Parsing.IParserData.FilterRecordList
getset

◆ FilterRecordListFunc

Delegates.FilterRecordListFunc EamonRT.Framework.Parsing.IParserData.FilterRecordListFunc
getset

◆ GetRecordList

IList<IGameBase> EamonRT.Framework.Parsing.IParserData.GetRecordList
getset

◆ GetRecordListFunc

Delegates.GetRecordListFunc EamonRT.Framework.Parsing.IParserData.GetRecordListFunc
getset

◆ Monster

IMonster EamonRT.Framework.Parsing.IParserData.Monster
get

◆ Name

string EamonRT.Framework.Parsing.IParserData.Name
getset

◆ Obj

IGameBase EamonRT.Framework.Parsing.IParserData.Obj
getset

◆ QueryPrintFunc

Action EamonRT.Framework.Parsing.IParserData.QueryPrintFunc
getset

◆ RecordMatchFunc

Action EamonRT.Framework.Parsing.IParserData.RecordMatchFunc
getset

◆ RecordNotFoundFunc

Action EamonRT.Framework.Parsing.IParserData.RecordNotFoundFunc
getset

◆ RecordWhereClauseList

IList<Func<IGameBase, bool> > EamonRT.Framework.Parsing.IParserData.RecordWhereClauseList
getset

◆ RevealEmbeddedArtifactFunc

Delegates.RevealEmbeddedArtifactFunc EamonRT.Framework.Parsing.IParserData.RevealEmbeddedArtifactFunc
getset


The documentation for this interface was generated from the following file: