ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class DiagramUmlClassMethod

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    DiagramUmlClassMethod
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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.EJ2.Diagrams
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DiagramUmlClassMethod : EJTagHelper

    Constructors

    DiagramUmlClassMethod()

    Declaration
    public DiagramUmlClassMethod()

    Properties

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    IsSeparator

    Defines the separator of the attributes

    Declaration
    [HtmlAttributeName("isSeparator")]
    public bool IsSeparator { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Defines the name of the attributes

    Declaration
    [HtmlAttributeName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Parameters

    Defines the type of the arguments

    Declaration
    [HtmlAttributeName("parameters")]
    public List<DiagramMethodArgument> Parameters { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DiagramMethodArgument>

    Scope

    Defines the type of the attributes

    Declaration
    [HtmlAttributeName("scope")]
    public UmlScope Scope { get; set; }
    Property Value
    Type Description
    UmlScope

    Style

    Sets the shape style of the node

    Declaration
    [HtmlAttributeName("style")]
    public object Style { get; set; }
    Property Value
    Type Description
    System.Object

    Type

    Defines the type of the attributes

    Declaration
    [HtmlAttributeName("type")]
    public string Type { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved