EventCompositeGetEvents(Boolean, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) Method
Returns a list of EvenComposites, that are children of this, and that have an EventType equal to one of the values passed in.
Namespace: Scopos.BabelFish.DataModel.DefinitionsAssembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
public List<EventComposite> GetEvents(
bool none = true,
bool event = true,
bool stage = true,
bool series = true,
bool string = true,
bool singular = true,
bool round = true
)
- none Boolean (Optional)
- No EventType listed.
- event Boolean (Optional)
- EventType == EVENT
- stage Boolean (Optional)
- EventType == STAGE
- series Boolean (Optional)
- EventType == SERIES
- string Boolean (Optional)
- EventType == STRING
- singular Boolean (Optional)
- EventType == SINGULAR
- round Boolean (Optional)
-
ListEventComposite