C# Class GEXFSharp.AttributeValueList

Inheritance: IAttributeValueList
Mostrar archivo Open project: Vanaheimr/Walkyr

Public Methods

Method Description
AddValue ( IAttribute attribute, String value ) : IAttributeValueList
AttributeValueList ( ) : System
CreateValue ( IAttribute attribute, String value ) : IAttributeValue

Method Details

AddValue() public method

public AddValue ( IAttribute attribute, String value ) : IAttributeValueList
attribute IAttribute
value String
return IAttributeValueList

AttributeValueList() public method

public AttributeValueList ( ) : System
return System

CreateValue() public method

public CreateValue ( IAttribute attribute, String value ) : IAttributeValue
attribute IAttribute
value String
return IAttributeValue