C# Class LibiadaWeb.Attributes.SequenceGroupTypeAttribute

Inheritance: Attribute
Afficher le fichier Open project: intervals-mining-lab/libiada-web

Méthodes publiques

Свойство Type Description
Value SequenceGroupType

Méthodes publiques

Méthode Description
SequenceGroupTypeAttribute ( SequenceGroupType value ) : System

Initializes a new instance of the SequenceGroupTypeAttribute class.

Method Details

SequenceGroupTypeAttribute() public méthode

Initializes a new instance of the SequenceGroupTypeAttribute class.
/// Thrown if value is not a valid . ///
public SequenceGroupTypeAttribute ( SequenceGroupType value ) : System
value SequenceGroupType /// The group type. ///
Résultat System

Property Details

Value public_oe property

The group type value.
public SequenceGroupType Value
Résultat SequenceGroupType