C# Class LibiadaWeb.Models.Repositories.Calculators.BinaryCharacteristicRepository

The binary characteristic repository.
Inheritance: IBinaryCharacteristicRepository
Afficher le fichier Open project: intervals-mining-lab/libiada-web Class Usage Examples

Méthodes publiques

Méthode Description
CreateBinaryCharacteristic ( long sequenceId, int characteristicTypeLinkId, long firstElementId, long secondElementId, double value ) : BinaryCharacteristic

The create binary characteristic.

Dispose ( ) : void

The dispose.

Method Details

CreateBinaryCharacteristic() public méthode

The create binary characteristic.
public CreateBinaryCharacteristic ( long sequenceId, int characteristicTypeLinkId, long firstElementId, long secondElementId, double value ) : BinaryCharacteristic
sequenceId long /// The sequence id. ///
characteristicTypeLinkId int /// The characteristic id. ///
firstElementId long /// The first element id. ///
secondElementId long /// The second element id. ///
value double /// The value. ///
Résultat BinaryCharacteristic

Dispose() public méthode

The dispose.
public Dispose ( ) : void
Résultat void