C# Класс AcTools.DataAnalyzer.HashStorage

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Add ( string carId, string rulesSetId, string hashValue ) : void
FindSimular ( string carId, string rulesSetId, string hashValue, double threshold, RulesSet set = null ) : IEnumerable
FromFile ( ) : HashStorage
HasCar ( string carId ) : bool
HashStorage ( ) : System.Collections.Generic

Описание методов

Add() публичный Метод

public Add ( string carId, string rulesSetId, string hashValue ) : void
carId string
rulesSetId string
hashValue string
Результат void

FindSimular() публичный Метод

public FindSimular ( string carId, string rulesSetId, string hashValue, double threshold, RulesSet set = null ) : IEnumerable
carId string
rulesSetId string
hashValue string
threshold double
set RulesSet
Результат IEnumerable

FromFile() публичный статический Метод

public static FromFile ( ) : HashStorage
Результат HashStorage

HasCar() публичный Метод

public HasCar ( string carId ) : bool
carId string
Результат bool

HashStorage() публичный Метод

public HashStorage ( ) : System.Collections.Generic
Результат System.Collections.Generic