menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class UMLMethod

    Show / Hide Table of Contents

    Class UMLMethod

    Inheritance
    System.Object
    EJTagHelper
    UMLAttribute
    UMLMethod
    Inherited Members
    UMLAttribute.Name
    UMLAttribute.Type
    UMLAttribute.Scope
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models.Diagram
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class UMLMethod : UMLAttribute

    Constructors

    UMLMethod()

    Declaration
    public UMLMethod()

    UMLMethod(UMLMethod)

    Declaration
    public UMLMethod(UMLMethod src)
    Parameters
    Type Name Description
    UMLMethod src

    Properties

    Parameters

    Declaration
    [JsonProperty("parameters")]
    public Collection Parameters { get; set; }
    Property Value
    Type Description
    Collection
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved