Show / Hide Table of Contents

Class CoreInitialisedEventArgs

The event raised when the core gets initialized

Inheritance
System.Object
CoreInitialisedEventArgs
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class CoreInitialisedEventArgs : EventArgs

Constructors

CoreInitialisedEventArgs(String)

The event args constructor

Declaration
public CoreInitialisedEventArgs(string settingsFileFullName)
Parameters
Type Name Description
System.String settingsFileFullName

Properties

SettingsFileFullName

The setting file used for the initialization

Declaration
public string SettingsFileFullName { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX