C# Class GEXFSharp.AttributeValue

Inheritance: IAttribute
Mostrar archivo Open project: Vanaheimr/Walkyr

Public Methods

Method Description
AttributeValue ( String id, AttributeType type, String title ) : System
CreateValue ( String value ) : IAttributeValue
getOptions ( ) : IEnumerable

Method Details

AttributeValue() public method

public AttributeValue ( String id, AttributeType type, String title ) : System
id String
type AttributeType
title String
return System

CreateValue() public method

public CreateValue ( String value ) : IAttributeValue
value String
return IAttributeValue

getOptions() public method

public getOptions ( ) : IEnumerable
return IEnumerable