C# Class AppActs.API.Repository.DeviceRepository

Inheritance: IDeviceRepository
Afficher le fichier Open project: Appacts/mobile-analytics-server Class Usage Examples

Méthodes publiques

Méthode Description
DeviceRepository ( IDeviceMapper deviceMapper ) : System
Find ( System.Guid id ) : DeviceInfo
Save ( DeviceInfo device ) : void
Save ( DeviceLocation location ) : void
Save ( DeviceSummary summary ) : void
Save ( DeviceUpgradeSummary summary ) : void

Method Details

DeviceRepository() public méthode

public DeviceRepository ( IDeviceMapper deviceMapper ) : System
deviceMapper IDeviceMapper
Résultat System

Find() public méthode

public Find ( System.Guid id ) : DeviceInfo
id System.Guid
Résultat AppActs.API.Model.Device.DeviceInfo

Save() public méthode

public Save ( DeviceInfo device ) : void
device AppActs.API.Model.Device.DeviceInfo
Résultat void

Save() public méthode

public Save ( DeviceLocation location ) : void
location AppActs.API.Model.Device.DeviceLocation
Résultat void

Save() public méthode

public Save ( DeviceSummary summary ) : void
summary AppActs.API.Model.Device.DeviceSummary
Résultat void

Save() public méthode

public Save ( DeviceUpgradeSummary summary ) : void
summary AppActs.API.Model.Device.DeviceUpgradeSummary
Résultat void