C# Class Oddr.Identificators.OSIdentificator

Inheritance: IIdentificator
Afficher le fichier Open project: OpenDDRdotORG/OpenDDR-CSharp Class Usage Examples

Protected Properties

Свойство Type Description
logger log4net.ILog

Méthodes publiques

Méthode Description
CompleteInit ( ) : void
Get ( IEvidence evdnc, int threshold ) : BuiltObject
Get ( UserAgent userAgent, int confidenceTreshold ) : BuiltObject
Get ( string userAgent, int confidenceTreshold ) : BuiltObject
OSIdentificator ( IBuilder builders, OSModel.OperatingSystem>.Dictionary operatingSystemCapabilities ) : System

Private Methods

Méthode Description
GetClosestKnownBrowserID ( String actualOperatingSystemID ) : String

Method Details

CompleteInit() public méthode

public CompleteInit ( ) : void
Résultat void

Get() public méthode

public Get ( IEvidence evdnc, int threshold ) : BuiltObject
evdnc IEvidence
threshold int
Résultat Oddr.Models.BuiltObject

Get() public méthode

public Get ( UserAgent userAgent, int confidenceTreshold ) : BuiltObject
userAgent Oddr.Models.UserAgent
confidenceTreshold int
Résultat Oddr.Models.BuiltObject

Get() public méthode

public Get ( string userAgent, int confidenceTreshold ) : BuiltObject
userAgent string
confidenceTreshold int
Résultat Oddr.Models.BuiltObject

OSIdentificator() public méthode

public OSIdentificator ( IBuilder builders, OSModel.OperatingSystem>.Dictionary operatingSystemCapabilities ) : System
builders IBuilder
operatingSystemCapabilities OSModel.OperatingSystem>.Dictionary
Résultat System

Property Details

logger protected_oe static_oe property

protected static ILog,log4net logger
Résultat log4net.ILog