AocCollectionInit |
AocCollectionInit(target: any, propertyKey: string, descriptor: PropertyDescriptor)
|
Decorator function to add collection init functions to the context. The annotated methods in a class will receive an AocCollectionInitArgs object |
AocFilter | |||||||||||||||||||||||||
AocFilter(entityName: EntityName, name: string, cond: AocFilterCond, enabled)
|
|||||||||||||||||||||||||
Decorator function to add filters to the context
Parameters :
|
AocQueryBuilder |
AocQueryBuilder(target: any, propertyKey: string, descriptor: PropertyDescriptor)
|
Decorator function to add query builder functions to the context. The annotated methods in a class will receive an AocQueryBuilderArgs object |
AocSessionToken | ||||||
AocSessionToken(constructor: T)
|
||||||
Parameters :
|
AocSubscriber | ||||||
AocSubscriber(constructor: T)
|
||||||
Parameters :
|
AocThreadSafe | ||||||
AocThreadSafe(advisoryLockName: string)
|
||||||
Decorator function to add thread safe functions to the context
Parameters :
|
AocTransform |
AocTransform(target: any, propertyKey: string, descriptor: PropertyDescriptor)
|
Decorator function to add transform functions to the context. The annotated methods in a class will receive an AocTransformArgs<Value Type, Entity Type> object. |
AocUserDefinition | ||||||
AocUserDefinition(userConfig: AocUserConfig)
|
||||||
Parameters :
|