ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet Namespace / FlexSheetRequestAttribute Class
Members






In This Topic
    FlexSheetRequestAttribute Class
    In This Topic
    Represents an attribute that invokes a model binder for FlexSheet request.
    Object Model
    FlexSheetRequestAttribute Class
    Syntax
    'Declaration
     
    
    <System.AttributeUsageAttribute(AttributeTargets.Class Or  _
        AttributeTargets.Enum Or  _
        AttributeTargets.Parameter Or  _
        AttributeTargets.Property Or  _
        AttributeTargets.Struct, 
       AllowMultiple=False, 
       Inherited=True)>
    Public Class FlexSheetRequestAttribute 
       Inherits Microsoft.AspNetCore.Mvc.ModelBinderAttribute
       Implements Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider 
    'Usage
     
    
    Dim instance As FlexSheetRequestAttribute
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false, 
       Inherited=true)]
    public class FlexSheetRequestAttribute : Microsoft.AspNetCore.Mvc.ModelBinderAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider  
    public class FlexSheetRequestAttribute = class(Microsoft.AspNetCore.Mvc.ModelBinderAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider)
    System.AttributeUsageAttribute(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=, 
       Inherited=)
    public class FlexSheetRequestAttribute extends Microsoft.AspNetCore.Mvc.ModelBinderAttribute implements Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider 
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false, 
       Inherited=true)]
    public __gc class FlexSheetRequestAttribute : public Microsoft.AspNetCore.Mvc.ModelBinderAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider  
    [System.AttributeUsage(AttributeTargets.Class | 
        AttributeTargets.Enum | 
        AttributeTargets.Parameter | 
        AttributeTargets.Property | 
        AttributeTargets.Struct, 
       AllowMultiple=false, 
       Inherited=true)]
    public ref class FlexSheetRequestAttribute : public Microsoft.AspNetCore.Mvc.ModelBinderAttribute, Microsoft.AspNetCore.Mvc.ModelBinding.IBinderTypeProviderMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IBindingSourceMetadata, Microsoft.AspNetCore.Mvc.ModelBinding.IModelNameProvider  
    Inheritance Hierarchy

    System.Object
       System.Attribute
          Microsoft.AspNetCore.Mvc.ModelBinderAttribute
             C1.Web.Mvc.Sheet.FlexSheetRequestAttribute

    See Also