C# Class JetstreamLaunchpad.DAL.tersodbEntities

Inheritance: DbContext
Mostra file Open project: tersosolutions/JetstreamSDK-.NET_Launchpad Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnModelCreating ( DbModelBuilder modelBuilder ) : void

Method Details

GetConfigurationValue() public method

public GetConfigurationValue ( string v_Name ) : int
v_Name string
return int

OnModelCreating() protected method

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
return void

SaveCommandReplies() public method

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
return int

SaveConfigurationValue() public method

public SaveConfigurationValue ( string v_Name, string v_Value ) : int
v_Name string
v_Value string
return int

SaveHeartbeat() public method

public SaveHeartbeat ( string v_LogicalDeviceId, string v_LastHeartbeat ) : int
v_LogicalDeviceId string
v_LastHeartbeat string
return int

SaveInventoryRecord() public method

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
return int

SaveQueuedCommand() public method

public SaveQueuedCommand ( string v_CommandId, string v_CommandName, string v_UserName ) : int
v_CommandId string
v_CommandName string
v_UserName string
return int

SaveSensorReading() public method

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
return int

tersodbEntities() public method

public tersodbEntities ( ) : System
return System