This attribute should by applied to view classes intended
for windows forms presentation mechanism.
Namespace:
MVCSharp.Winforms.ConfigurationAssembly: MVCSharp (in MVCSharp.dll)
Version: 0.8.5217.34148
Syntax
C# |
---|
public class WinformsViewAttribute : ViewAttribute |
Visual Basic (Declaration) |
---|
Public Class WinformsViewAttribute _ Inherits ViewAttribute |
Visual C++ |
---|
public ref class WinformsViewAttribute : public ViewAttribute |
Remarks
For this attribute to be properly processed ViewInfosProviderType
property should be equal to the WinformsViewInfosProvider type.
If so, then WinformsViewInfo objects will be generated for
each WinformsViewAttribute occurrence.
Inheritance Hierarchy
System..::.Object
System..::.Attribute
MVCSharp.Core.Configuration.Views..::.ViewAttribute
MVCSharp.Winforms.Configuration..::.WinformsViewAttribute
System..::.Attribute
MVCSharp.Core.Configuration.Views..::.ViewAttribute
MVCSharp.Winforms.Configuration..::.WinformsViewAttribute