menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramUmlClassAttributeBuilder - API Reference

    Show / Hide Table of Contents

    Class DiagramUmlClassAttributeBuilder

    Inheritance
    System.Object
    ControlBuilder
    DiagramUmlClassAttributeBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    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 DiagramUmlClassAttributeBuilder : ControlBuilder

    Constructors

    DiagramUmlClassAttributeBuilder()

    Declaration
    public DiagramUmlClassAttributeBuilder()

    DiagramUmlClassAttributeBuilder(List<DiagramUmlClassAttribute>)

    Declaration
    public DiagramUmlClassAttributeBuilder(List<DiagramUmlClassAttribute> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<DiagramUmlClassAttribute> collection

    Methods

    Add()

    Declaration
    public void Add()

    IsSeparator(Boolean)

    Defines the separator of the attributes

    Declaration
    public DiagramUmlClassAttributeBuilder IsSeparator(bool isSeparator)
    Parameters
    Type Name Description
    System.Boolean isSeparator
    Returns
    Type Description
    DiagramUmlClassAttributeBuilder

    Name(String)

    Defines the name of the attributes

    Declaration
    public DiagramUmlClassAttributeBuilder Name(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    DiagramUmlClassAttributeBuilder

    Scope(UmlScope)

    Defines the type of the attributes

    Declaration
    public DiagramUmlClassAttributeBuilder Scope(UmlScope scope)
    Parameters
    Type Name Description
    UmlScope scope
    Returns
    Type Description
    DiagramUmlClassAttributeBuilder

    Style(Object)

    Sets the shape style of the node

    Declaration
    public DiagramUmlClassAttributeBuilder Style(object style)
    Parameters
    Type Name Description
    System.Object style
    Returns
    Type Description
    DiagramUmlClassAttributeBuilder

    Type(String)

    Defines the type of the attributes

    Declaration
    public DiagramUmlClassAttributeBuilder Type(string type)
    Parameters
    Type Name Description
    System.String type
    Returns
    Type Description
    DiagramUmlClassAttributeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved