Class DiagramUmlClassAttributeBuilder
  
  
  
  
    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    DiagramUmlClassAttributeBuilder
   
  
  Assembly: Syncfusion.EJ2.dll
  Syntax
  
    public class DiagramUmlClassAttributeBuilder : ControlBuilder
   
  Constructors
  
  
  
  
  DiagramUmlClassAttributeBuilder()
  
  
  Declaration
  
    public DiagramUmlClassAttributeBuilder()
   
  
  
  
  DiagramUmlClassAttributeBuilder(List<DiagramUmlClassAttribute>)
  
  
  Declaration
  
    public DiagramUmlClassAttributeBuilder(List<DiagramUmlClassAttribute> collection)
   
  Parameters
  
  Methods
  
  
  
  
  Add()
  
  
  Declaration
  
  
  
  
  IsSeparator(Boolean)
  Defines the separator of the attributes
 
  
  Declaration
  
    public DiagramUmlClassAttributeBuilder IsSeparator(bool isSeparator)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Boolean | 
        isSeparator | 
         | 
      
    
  
  Returns
  
  
  
  
  Name(String)
  Defines the name of the attributes
 
  
  Declaration
  
    public DiagramUmlClassAttributeBuilder Name(string name)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        name | 
         | 
      
    
  
  Returns
  
  
  
  
  Scope(UmlScope)
  Defines the type of the attributes
 
  
  Declaration
  
    public DiagramUmlClassAttributeBuilder Scope(UmlScope scope)
   
  Parameters
  
  Returns
  
  
  
  
  SeparatorStyle(Object)
  Specify the style attributes such as strokeWidth, strokeColor, and fill for the separator.
 
  
  Declaration
  
    public DiagramUmlClassAttributeBuilder SeparatorStyle(object separatorStyle)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        separatorStyle | 
         | 
      
    
  
  Returns
  
  
  
  
  Style(Object)
  Sets the shape style of the node
 
  
  Declaration
  
    public DiagramUmlClassAttributeBuilder Style(object style)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Object | 
        style | 
         | 
      
    
  
  Returns
  
  
  
  
  Type(String)
  Defines the type of the attributes
 
  
  Declaration
  
    public DiagramUmlClassAttributeBuilder Type(string type)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.String | 
        type | 
         | 
      
    
  
  Returns