C# Class IQMap.Tests.Events.EventDog

Inheritance: IQMap.Tests.Dog, IQObject
Show file Open project: jamietre/IQMap

Public Properties

Property Type Description
Events List

Private Properties

Property Type Description

Protected Methods

Method Description
Event ( IEventData data ) : void
IQConstructor ( IClassInfoConstructor dbInfo ) : void

Method Details

Event() protected method

protected Event ( IEventData data ) : void
data IEventData
return void

IQConstructor() protected method

protected IQConstructor ( IClassInfoConstructor dbInfo ) : void
dbInfo IClassInfoConstructor
return void

Property Details

Events public property

public List Events
return List