C# Класс WinBioNET.WinBioConfiguration

Показать файл Открыть проект

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

Метод Описание
AddDatabase ( System.Guid databaseId, int unitId ) : void

Adds a new biometric database compatible to the given unit. Throws an exception if the database already exists.

AddUnit ( System.Guid databaseId, int unitId ) : void

Adds a unit to the sensor pool related to the given biometric database.

DatabaseExists ( System.Guid databaseId ) : bool

Determines whether the given database exists.

RemoveDatabase ( System.Guid databaseId ) : void

Removes the given biometric database and all its data. Also removes all units from the corresponding sensor pool.

RemoveUnit ( System.Guid databaseId, int unitId ) : void

Adds a unit to the sensor pool related to the given biometric database.

Приватные методы

Метод Описание
KeyGuid ( System.Guid guid ) : string

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

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

Adds a new biometric database compatible to the given unit. Throws an exception if the database already exists.
public static AddDatabase ( System.Guid databaseId, int unitId ) : void
databaseId System.Guid
unitId int
Результат void

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

Adds a unit to the sensor pool related to the given biometric database.
public static AddUnit ( System.Guid databaseId, int unitId ) : void
databaseId System.Guid
unitId int
Результат void

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

Determines whether the given database exists.
public static DatabaseExists ( System.Guid databaseId ) : bool
databaseId System.Guid
Результат bool

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

Removes the given biometric database and all its data. Also removes all units from the corresponding sensor pool.
public static RemoveDatabase ( System.Guid databaseId ) : void
databaseId System.Guid
Результат void

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

Adds a unit to the sensor pool related to the given biometric database.
public static RemoveUnit ( System.Guid databaseId, int unitId ) : void
databaseId System.Guid
unitId int
Результат void