C# Class ExcelService.Hubs.ExcelHub

Inheritance: Hub
Show file Open project: TNOCS/csTouch

Public Properties

Property Type Description
UserConnectionMapping string>.Dictionary

Public Methods

Method Description
ExcelHub ( IExcelSessionManager excelSessionManager, ILog log ) : System
GetCellValue ( CellValue cell ) : CellValue
GetNameValue ( NameValue name ) : NameValue
IsConnectionInitialized ( ) : bool
OnConnected ( ) : System.Threading.Tasks.Task
OnDisconnected ( ) : System.Threading.Tasks.Task
PutCellValue ( CellValue cell ) : void
PutNameValue ( NameValue name ) : void

Method Details

ExcelHub() public method

public ExcelHub ( IExcelSessionManager excelSessionManager, ILog log ) : System
excelSessionManager IExcelSessionManager
log ILog
return System

GetCellValue() public method

public GetCellValue ( CellValue cell ) : CellValue
cell ExcelServiceModel.CellValue
return ExcelServiceModel.CellValue

GetNameValue() public method

public GetNameValue ( NameValue name ) : NameValue
name ExcelServiceModel.NameValue
return ExcelServiceModel.NameValue

IsConnectionInitialized() public method

public IsConnectionInitialized ( ) : bool
return bool

OnConnected() public method

public OnConnected ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

OnDisconnected() public method

public OnDisconnected ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

PutCellValue() public method

public PutCellValue ( CellValue cell ) : void
cell ExcelServiceModel.CellValue
return void

PutNameValue() public method

public PutNameValue ( NameValue name ) : void
name ExcelServiceModel.NameValue
return void

Property Details

UserConnectionMapping public static property

public static Dictionary UserConnectionMapping
return string>.Dictionary