Enum FrameworkType
The different type of client specific user interface components.
Core indicates the components should be loaded by *all* clients and has universal code in it
All other options indicate they should only be loaded by a client of that type as they contain framework specific platform components.
For instance a WPF component will only correctly load in a WPF core application, it will fail to load in a console application.
Namespace: LemonEdge.API
Assembly: API.dll
Syntax
public enum FrameworkType : short
Fields
Name | Description |
---|---|
Core | |
WPF | |
Xamarin |