ArcFM Desktop Developer Guide
AspMvcTemplateAttribute Class
Members 


Product Availability
Required Licenses
.NET Assembly
ASP.NET MVC attribute. Indicates that a parameter is an MVC template. Use this attribute for custom wrappers similar to System.ComponentModel.DataAnnotations.UIHintAttribute(System.String)
Object Model
AspMvcTemplateAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=False, 
   Inherited=True)>
Public NotInheritable Class AspMvcTemplateAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As AspMvcTemplateAttribute
[AttributeUsage(ValidOn=AttributeTargets.Parameter, 
   AllowMultiple=false, 
   Inherited=true)]
public sealed class AspMvcTemplateAttribute : System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      Miner.Desktop.DesignerExpress.Annotations.AspMvcTemplateAttribute

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AspMvcTemplateAttribute Members
Miner.Desktop.DesignerExpress.Annotations Namespace

 

 


Send Comment