RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AspMvcModelTypeAttribute Class

ASP.NET MVC attribute. Indicates that the marked parameter is an MVC model type. Use this attribute for custom wrappers similar to System.Web.Mvc.Controller.View(String, Object).

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


[AttributeUsageAttribute]
public sealed class AspMvcModelTypeAttribute : Attribute
<AttributeUsageAttribute> _
Public NotInheritable Class AspMvcModelTypeAttribute _
	Inherits Attribute
[AttributeUsageAttribute]
public ref class AspMvcModelTypeAttribute sealed : public Attribute

Inheritance Hierarchy


Object
  Attribute
    RingSoft.DbMaintenance..::..AspMvcModelTypeAttribute