menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramUmlClassMethod - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramUmlClassMethod

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    DiagramUmlClassMethod
    Namespace: Syncfusion.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramUmlClassMethod : EJTagHelper

    Constructors

    DiagramUmlClassMethod()

    Declaration
    public DiagramUmlClassMethod()

    Properties

    IsSeparator

    Defines the separator of the attributes

    Declaration
    public bool IsSeparator { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Name

    Defines the name of the attributes

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Parameters

    Defines the type of the arguments

    Declaration
    public List<DiagramMethodArgument> Parameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DiagramMethodArgument>

    The default value is null

    Scope

    Defines the type of the attributes

    Declaration
    public UmlScope Scope { get; set; }
    Property Value
    Type Description
    UmlScope

    The default value is UmlScope.Public

    SeparatorStyle

    Specify the style attributes such as strokeWidth, strokeColor, and fill for the separator.

    Declaration
    public object SeparatorStyle { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Style

    Sets the shape style of the node

    Declaration
    public object Style { get; set; }
    Property Value
    Type Description
    System.Object

    The default value is null

    Type

    Defines the type of the attributes

    Declaration
    public string Type { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved