Interface IEntityDescriptorFactoryLoader
TODO: previously internal
Inherited Members
Namespace: LemonEdge.API.Descriptors
Assembly: LemonEdge.API.dll
Syntax
public interface IEntityDescriptorFactoryLoader : IEntityDescriptorFactory
Methods
ReloadDescriptors(IEnumerable<Assembly>, Action)
Forces a reload of all the descriptors in the system including those defined in custom objects and addins
Declaration
IEnumerable<EntityDescriptor> ReloadDescriptors(IEnumerable<Assembly> updatedAssemblies = null, Action callback = null)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<Assembly> | updatedAssemblies | |
Action | callback |
Returns
Type | Description |
---|---|
IEnumerable<EntityDescriptor> | A list of all EntityDescriptors in the system |