C# 클래스 JetstreamLaunchpad.DAL.tersodbEntities

상속: DbContext
파일 보기 프로젝트 열기: tersosolutions/JetstreamSDK-.NET_Launchpad 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnModelCreating ( DbModelBuilder modelBuilder ) : void

메소드 상세

GetConfigurationValue() 공개 메소드

public GetConfigurationValue ( string v_Name ) : int
v_Name string
리턴 int

OnModelCreating() 보호된 메소드

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
리턴 void

SaveCommandReplies() 공개 메소드

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
리턴 int

SaveConfigurationValue() 공개 메소드

public SaveConfigurationValue ( string v_Name, string v_Value ) : int
v_Name string
v_Value string
리턴 int

SaveHeartbeat() 공개 메소드

public SaveHeartbeat ( string v_LogicalDeviceId, string v_LastHeartbeat ) : int
v_LogicalDeviceId string
v_LastHeartbeat string
리턴 int

SaveInventoryRecord() 공개 메소드

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
리턴 int

SaveQueuedCommand() 공개 메소드

public SaveQueuedCommand ( string v_CommandId, string v_CommandName, string v_UserName ) : int
v_CommandId string
v_CommandName string
v_UserName string
리턴 int

SaveSensorReading() 공개 메소드

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
리턴 int

tersodbEntities() 공개 메소드

public tersodbEntities ( ) : System
리턴 System