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






In This Topic
    Gs1DataBarBase Class
    In This Topic
    Base abstract class for all GS1 DataBar control classes.
    Object Model
    Gs1DataBarBase Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public MustInherit Class Gs1DataBarBase 
       Inherits BarcodeBase
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As Gs1DataBarBase
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public abstract class Gs1DataBarBase : BarcodeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class Gs1DataBarBase = class(BarcodeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)abstract; 
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public abstract class Gs1DataBarBase extends BarcodeBase implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc abstract class Gs1DataBarBase : public BarcodeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class Gs1DataBarBase abstract : public BarcodeBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.BarcodeBase
                C1.Web.Mvc.Gs1DataBarBase
                   C1.Web.Mvc.Gs1DataBarExpanded
                   C1.Web.Mvc.Gs1DataBarExpandedStacked
                   C1.Web.Mvc.Gs1DataBarLimited
                   C1.Web.Mvc.Gs1DataBarOmnidirectional
                   C1.Web.Mvc.Gs1DataBarStacked
                   C1.Web.Mvc.Gs1DataBarStackedOmnidirectional
                   C1.Web.Mvc.Gs1DataBarTruncated

    See Also