Class AllowNoLoadedProjectAttribute
- Namespace
- Hi.MachiningProcs
- Assembly
- HiNc.dll
Marks a project-level controller action as callable without a loaded project, exempting it from RequireLoadedProjectAttribute. Use on the endpoints that create or load a project (which by definition run when no project is open yet).
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
public sealed class AllowNoLoadedProjectAttribute : Attribute
- Inheritance
-
AllowNoLoadedProjectAttribute
- Inherited Members
- Extension Methods