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






In This Topic
    UpcE0 Class
    In This Topic
    Represents a control for drawing UPC-E0.
    Object Model
    UpcE0 Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class UpcE0 
       Inherits UpcBase
       Implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As UpcE0
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class UpcE0 : UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class UpcE0 = class(UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class UpcE0 extends UpcBase implements ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class UpcE0 : public UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class UpcE0 : public UpcBase, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.BarcodeBase
                C1.Web.Mvc.UpcBase
                   C1.Web.Mvc.UpcE0

    See Also