C# 클래스 LibiadaWeb.Models.Repositories.Calculators.BinaryCharacteristicRepository

The binary characteristic repository.
상속: IBinaryCharacteristicRepository
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-web 1 사용 예제들

공개 메소드들

메소드 설명
CreateBinaryCharacteristic ( long sequenceId, int characteristicTypeLinkId, long firstElementId, long secondElementId, double value ) : BinaryCharacteristic

The create binary characteristic.

Dispose ( ) : void

The dispose.

메소드 상세

CreateBinaryCharacteristic() 공개 메소드

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. ///
리턴 BinaryCharacteristic

Dispose() 공개 메소드

The dispose.
public Dispose ( ) : void
리턴 void