C# Class GEXFSharp.Attribute

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

Méthodes publiques

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

Method Details

Attribute() public méthode

public Attribute ( String id, AttributeType type, String title ) : System
id String
type AttributeType
title String
Résultat System

clearDefaultValue() public méthode

public clearDefaultValue ( ) : IAttribute
Résultat IAttribute

getOptions() public méthode

public getOptions ( ) : IEnumerable
Résultat IEnumerable

hasDefaultValue() public méthode

public hasDefaultValue ( ) : System.Boolean
Résultat System.Boolean