ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public MustInherit Class Gs1DataBarBase 
       Inherits BarcodeBase
       Implements ITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    public abstract class Gs1DataBarBase : BarcodeBase, ITemplateMicrosoft.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