C# Class GEXFSharp.AttributeList

Inheritance: IAttributeList
Mostrar archivo Open project: Vanaheimr/Walkyr Class Usage Examples

Public Properties

Property Type Description
_Mode Mode

Public Methods

Method Description
AddAttribute ( AttributeType type, string title, string id = null ) : AttributeList
AddAttribute ( AttributeType type, String title ) : IAttributeList
AddAttribute ( String id, AttributeType type, String title ) : IAttributeList
AttributeList ( AttributeClass attrClass ) : System
CreateAttribute ( AttributeType type, string title, string id = null ) : Attribute
CreateAttribute ( AttributeType type, String title ) : IAttribute
CreateAttribute ( String id, AttributeType type, String title = null ) : IAttribute
getAttributeClass ( ) : AttributeClass

Method Details

AddAttribute() public method

public AddAttribute ( AttributeType type, string title, string id = null ) : AttributeList
type AttributeType
title string
id string
return AttributeList

AddAttribute() public method

public AddAttribute ( AttributeType type, String title ) : IAttributeList
type AttributeType
title String
return IAttributeList

AddAttribute() public method

public AddAttribute ( String id, AttributeType type, String title ) : IAttributeList
id String
type AttributeType
title String
return IAttributeList

AttributeList() public method

public AttributeList ( AttributeClass attrClass ) : System
attrClass AttributeClass
return System

CreateAttribute() public method

public CreateAttribute ( AttributeType type, string title, string id = null ) : Attribute
type AttributeType
title string
id string
return Attribute

CreateAttribute() public method

public CreateAttribute ( AttributeType type, String title ) : IAttribute
type AttributeType
title String
return IAttribute

CreateAttribute() public method

public CreateAttribute ( String id, AttributeType type, String title = null ) : IAttribute
id String
type AttributeType
title String
return IAttribute

getAttributeClass() public method

public getAttributeClass ( ) : AttributeClass
return AttributeClass

Property Details

_Mode public_oe property

public Mode _Mode
return Mode