C# Class JetstreamLaunchpad.DAL.tersodbEntities

Inheritance: DbContext
Afficher le fichier Open project: tersosolutions/JetstreamSDK-.NET_Launchpad Class Usage Examples

Méthodes publiques

Méthode Description
GetConfigurationValue ( string v_Name ) : int
SaveCommandReplies ( string v_CommandId, string v_OutputType, string v_OutputName, string v_OutputValue ) : int
SaveConfigurationValue ( string v_Name, string v_Value ) : int
SaveHeartbeat ( string v_LogicalDeviceId, string v_LastHeartbeat ) : int
SaveInventoryRecord ( string v_LogicalDeviceId, string v_TagEPC, string v_CurrentState, Nullable v_StateDate, string v_PassId ) : int
SaveQueuedCommand ( string v_CommandId, string v_CommandName, string v_UserName ) : int
SaveSensorReading ( string v_LogicalDeviceId, string v_ReadingName, string v_ReadingValue, Nullable v_ReadingTime ) : int
tersodbEntities ( ) : System

Méthodes protégées

Méthode Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

GetConfigurationValue() public méthode

public GetConfigurationValue ( string v_Name ) : int
v_Name string
Résultat int

OnModelCreating() protected méthode

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
Résultat void

SaveCommandReplies() public méthode

public SaveCommandReplies ( string v_CommandId, string v_OutputType, string v_OutputName, string v_OutputValue ) : int
v_CommandId string
v_OutputType string
v_OutputName string
v_OutputValue string
Résultat int

SaveConfigurationValue() public méthode

public SaveConfigurationValue ( string v_Name, string v_Value ) : int
v_Name string
v_Value string
Résultat int

SaveHeartbeat() public méthode

public SaveHeartbeat ( string v_LogicalDeviceId, string v_LastHeartbeat ) : int
v_LogicalDeviceId string
v_LastHeartbeat string
Résultat int

SaveInventoryRecord() public méthode

public SaveInventoryRecord ( string v_LogicalDeviceId, string v_TagEPC, string v_CurrentState, Nullable v_StateDate, string v_PassId ) : int
v_LogicalDeviceId string
v_TagEPC string
v_CurrentState string
v_StateDate Nullable
v_PassId string
Résultat int

SaveQueuedCommand() public méthode

public SaveQueuedCommand ( string v_CommandId, string v_CommandName, string v_UserName ) : int
v_CommandId string
v_CommandName string
v_UserName string
Résultat int

SaveSensorReading() public méthode

public SaveSensorReading ( string v_LogicalDeviceId, string v_ReadingName, string v_ReadingValue, Nullable v_ReadingTime ) : int
v_LogicalDeviceId string
v_ReadingName string
v_ReadingValue string
v_ReadingTime Nullable
Résultat int

tersodbEntities() public méthode

public tersodbEntities ( ) : System
Résultat System