For Babelfish Release 1.11.1.3

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.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
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
)

Parameters

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)
 

Return Value

ListEventComposite

See Also