Property | Type | Description | |
---|---|---|---|
Log | log4net.ILog | ||
cfg | ZetboxConfig |
Method | Description | |
---|---|---|
Init ( IReadOnlyZetboxContext ctx ) : void |
Initializes this CustomActionsManager. This method is thread-safe and won't do anything if the ActionsManager is already initialized.
|
Method | Description | |
---|---|---|
AttachEvents ( |
Attach static events using Metadata
|
|
BaseCustomActionsManager ( ILifetimeScope container, string extraSuffix, IEnumerable |
Initialises a new instance of the BaseCustomActionsManager class using the specified extra suffix and the assembly of the actual type of this class.
|
Method | Description | |
---|---|---|
CreateDefaultMethodInvocations ( |
||
CreateInvokeInfo ( |
||
CreateInvokeInfos ( DataType dt, |
||
CreateInvokeInfosForAssembly ( DataType objClass ) : void | ||
CreateInvokeInfosForDataTypes ( IReadOnlyZetboxContext metaCtx ) : void |
Initializes caches for the provider of the given Context
|
|
CreatePropertyInvocations ( |
||
FindEventBasedMethodAttribute ( Method method, |
||
FindEventBasedMethodAttribute ( Method method, string execSuffix, |
||
GetAllMethods ( DataType dt ) : List |
||
ReflectMethodsAndAssets ( IReadOnlyZetboxContext metaCtx ) : void |
protected AttachEvents ( |
||
clrMethod | ||
clrEvent | ||
return | void |
protected BaseCustomActionsManager ( ILifetimeScope container, string extraSuffix, IEnumerable |
||
container | ILifetimeScope | |
extraSuffix | string | |
assemblies | IEnumerable |
|
return | System |
public Init ( IReadOnlyZetboxContext ctx ) : void | ||
ctx | IReadOnlyZetboxContext | |
return | void |