C# 클래스 Christoc.Modules.DnnChat.Components.ConnectionRecordController

파일 보기 프로젝트 열기: ChrisHammond/dnnCHAT 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionRecordController ( ) : System
CreateConnectionRecord ( ConnectionRecord t ) : void
DeleteConnectionRecord ( ConnectionRecord t ) : void
DeleteConnectionRecord ( int connectionRecordId, int moduleId ) : void
GetConnectionRecord ( int connectionRecordId, int moduleId ) : ConnectionRecord
GetConnectionRecordByConnectionId ( string connectionId ) : ConnectionRecord
GetConnectionRecords ( int moduleId ) : IEnumerable
UpdateConnectionRecord ( ConnectionRecord t ) : void

메소드 상세

ConnectionRecordController() 공개 메소드

public ConnectionRecordController ( ) : System
리턴 System

CreateConnectionRecord() 공개 메소드

public CreateConnectionRecord ( ConnectionRecord t ) : void
t ConnectionRecord
리턴 void

DeleteConnectionRecord() 공개 메소드

public DeleteConnectionRecord ( ConnectionRecord t ) : void
t ConnectionRecord
리턴 void

DeleteConnectionRecord() 공개 메소드

public DeleteConnectionRecord ( int connectionRecordId, int moduleId ) : void
connectionRecordId int
moduleId int
리턴 void

GetConnectionRecord() 공개 메소드

public GetConnectionRecord ( int connectionRecordId, int moduleId ) : ConnectionRecord
connectionRecordId int
moduleId int
리턴 ConnectionRecord

GetConnectionRecordByConnectionId() 공개 메소드

public GetConnectionRecordByConnectionId ( string connectionId ) : ConnectionRecord
connectionId string
리턴 ConnectionRecord

GetConnectionRecords() 공개 메소드

public GetConnectionRecords ( int moduleId ) : IEnumerable
moduleId int
리턴 IEnumerable

UpdateConnectionRecord() 공개 메소드

public UpdateConnectionRecord ( ConnectionRecord t ) : void
t ConnectionRecord
리턴 void