C# Class GEXFSharp.Attribute

Inheritance: IAttribute
Mostrar archivo Open project: Vanaheimr/Walkyr

Public Methods

Method Description
Attribute ( String id, AttributeType type, String title ) : System
clearDefaultValue ( ) : IAttribute
getOptions ( ) : IEnumerable
hasDefaultValue ( ) : System.Boolean

Method Details

Attribute() public method

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

clearDefaultValue() public method

public clearDefaultValue ( ) : IAttribute
return IAttribute

getOptions() public method

public getOptions ( ) : IEnumerable
return IEnumerable

hasDefaultValue() public method

public hasDefaultValue ( ) : System.Boolean
return System.Boolean