ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Fluent Namespace / BooleanCheckerExtension Class
Members






In This Topic
    BooleanCheckerExtension Class
    In This Topic
    Define a static class to add the extension methods for all the controls which can use BooleanChecker extender.
    Object Model
    BooleanCheckerExtension Class
    Syntax
    'Declaration
     
    
    <System.Runtime.CompilerServices.ExtensionAttribute()>
    Public MustInherit NotInheritable Class BooleanCheckerExtension 
    'Usage
     
    
    Dim instance As BooleanCheckerExtension
    [System.Runtime.CompilerServices.Extension()]
    public static class BooleanCheckerExtension 
    public class BooleanCheckerExtension abstract; sealed; 
    System.Runtime.CompilerServices.ExtensionAttribute()
    public abstract sealed class BooleanCheckerExtension 
    [System.Runtime.CompilerServices.Extension()]
    public __gc abstract __sealed class BooleanCheckerExtension 
    [System.Runtime.CompilerServices.Extension()]
    public ref class BooleanCheckerExtension abstract sealed 
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Fluent.BooleanCheckerExtension

    See Also