C# 클래스 ExcelService.Hubs.ExcelHub

상속: Hub
파일 보기 프로젝트 열기: TNOCS/csTouch

공개 프로퍼티들

프로퍼티 타입 설명
UserConnectionMapping string>.Dictionary

공개 메소드들

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

메소드 상세

ExcelHub() 공개 메소드

public ExcelHub ( IExcelSessionManager excelSessionManager, ILog log ) : System
excelSessionManager IExcelSessionManager
log ILog
리턴 System

GetCellValue() 공개 메소드

public GetCellValue ( CellValue cell ) : CellValue
cell ExcelServiceModel.CellValue
리턴 ExcelServiceModel.CellValue

GetNameValue() 공개 메소드

public GetNameValue ( NameValue name ) : NameValue
name ExcelServiceModel.NameValue
리턴 ExcelServiceModel.NameValue

IsConnectionInitialized() 공개 메소드

public IsConnectionInitialized ( ) : bool
리턴 bool

OnConnected() 공개 메소드

public OnConnected ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

OnDisconnected() 공개 메소드

public OnDisconnected ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task

PutCellValue() 공개 메소드

public PutCellValue ( CellValue cell ) : void
cell ExcelServiceModel.CellValue
리턴 void

PutNameValue() 공개 메소드

public PutNameValue ( NameValue name ) : void
name ExcelServiceModel.NameValue
리턴 void

프로퍼티 상세

UserConnectionMapping 공개적으로 정적으로 프로퍼티

public static Dictionary UserConnectionMapping
리턴 string>.Dictionary