Class DiagramUmlInterfaceBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramUmlInterfaceBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public class DiagramUmlInterfaceBuilder : ControlBuilder
Constructors
DiagramUmlInterfaceBuilder()
Declaration
public DiagramUmlInterfaceBuilder()
DiagramUmlInterfaceBuilder(DiagramUmlInterface)
Declaration
public DiagramUmlInterfaceBuilder(DiagramUmlInterface model)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagramUmlInterface | model |
Methods
Attributes(Object)
Defines the text of the bpmn annotation collection
Declaration
public DiagramUmlInterfaceBuilder Attributes(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| DiagramUmlInterfaceBuilder |
IsSeparator(Boolean)
Defines the separator of the attributes
Declaration
public DiagramUmlInterfaceBuilder IsSeparator(bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | value |
Returns
| Type |
|---|
| DiagramUmlInterfaceBuilder |
Methods(Object)
Defines the text of the bpmn annotation collection
Declaration
public DiagramUmlInterfaceBuilder Methods(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| DiagramUmlInterfaceBuilder |
Name(String)
Defines the name of the attributes
Declaration
public DiagramUmlInterfaceBuilder Name(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| DiagramUmlInterfaceBuilder |
SeparatorStyle(Object)
Specify the style attributes such as strokeWidth, strokeColor, and fill for the separator.
Declaration
public DiagramUmlInterfaceBuilder SeparatorStyle(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| DiagramUmlInterfaceBuilder |
Style(Object)
Sets the shape style of the node
Declaration
public DiagramUmlInterfaceBuilder Style(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | value |
Returns
| Type |
|---|
| DiagramUmlInterfaceBuilder |