C# Class GEXFSharp.AttributeValueList

Inheritance: IAttributeValueList
Afficher le fichier Open project: Vanaheimr/Walkyr

Méthodes publiques

Méthode Description
AddValue ( IAttribute attribute, String value ) : IAttributeValueList
AttributeValueList ( ) : System
CreateValue ( IAttribute attribute, String value ) : IAttributeValue

Method Details

AddValue() public méthode

public AddValue ( IAttribute attribute, String value ) : IAttributeValueList
attribute IAttribute
value String
Résultat IAttributeValueList

AttributeValueList() public méthode

public AttributeValueList ( ) : System
Résultat System

CreateValue() public méthode

public CreateValue ( IAttribute attribute, String value ) : IAttributeValue
attribute IAttribute
value String
Résultat IAttributeValue