Class UIViewTypeAttribute
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
UI View type attribute.
[ExcludeFromCodeCoverage]
[AttributeUsage(AttributeTargets.Class)]
public class UIViewTypeAttribute : Attribute
- Inheritance
-
UIViewTypeAttribute
- Inherited Members
Constructors
UIViewTypeAttribute(Type)
Initializes a new instance of the UIViewTypeAttribute class.
public UIViewTypeAttribute(Type uiViewType)
Parameters
uiViewTypeTypeUI view type.
Properties
Type
Gets the type.
public Type Type { get; }