Class ConstantEventArgsBase
Base class for constants event args
Inheritance
System.Object
ConstantEventArgsBase
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public abstract class ConstantEventArgsBase : EventArgs
Constructors
ConstantEventArgsBase(String)
Initializes a new instance of the ConstantEventArgsBase class.
Declaration
protected ConstantEventArgsBase(string id)
Parameters
Type | Name | Description |
---|---|---|
System.String | id | The identifier. |
Properties
Identifier
Gets the identifier.
Declaration
public string Identifier { get; }
Property Value
Type | Description |
---|---|
System.String | The identifier. |