EntryListenerOptions Constructor
EntryListenerOptions()
Initializes a new instance of the EntryListenerOptions class.
Declaration
public EntryListenerOptions()
EntryListenerOptions(string, bool, bool)
Initializes a new instance of the EntryListenerOptions class.
Declaration
public EntryListenerOptions(string className, bool local, bool includeValue)
Parameters
string | className | |
bool | local | |
bool | includeValue |
EntryListenerOptions(EntryListenerOptions)
Initializes a new instance of the EntryListenerOptions class.
Declaration
public EntryListenerOptions(EntryListenerOptions config)
Parameters
EntryListenerOptions | config |