C# Class UI.ViewModel.PostedFileViewModel

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

Public Methods

Method Description
PostedFileViewModel ( ClientGuard client, PostedFile postedFile, PostedFileRoomViewModel parent ) : System.Collections.Generic

Private Methods

Method Description
Remove ( object o ) : void

Method Details

PostedFileViewModel() public method

public PostedFileViewModel ( ClientGuard client, PostedFile postedFile, PostedFileRoomViewModel parent ) : System.Collections.Generic
client ClientGuard
postedFile Engine.Model.Entities.PostedFile
parent PostedFileRoomViewModel
return System.Collections.Generic