C# Class UI.ViewModel.PostedFileRoomViewModel

Inheritance: BaseViewModel
显示文件 Open project: Nirklav/TCPChat Class Usage Examples

Public Methods

Method Description
PostedFileRoomViewModel ( ClientGuard client, string roomName, PostedFilesViewModel parent ) : System.Collections.Generic
RemoveFile ( PostedFileViewModel item ) : void

Method Details

PostedFileRoomViewModel() public method

public PostedFileRoomViewModel ( ClientGuard client, string roomName, PostedFilesViewModel parent ) : System.Collections.Generic
client ClientGuard
roomName string
parent PostedFilesViewModel
return System.Collections.Generic

RemoveFile() public method

public RemoveFile ( PostedFileViewModel item ) : void
item PostedFileViewModel
return void