C# Class QbChat.UWP.ViewModels.AddOccupantsIdsViewModel

Inheritance: ViewModel
Show file Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

Method Description
AddOccupantsIdsViewModel ( string dialogId ) : QbChat.Pcl

Initializes a new instance of the AddOccupantsIdsViewModel class.

OnAppearing ( ) : void

Private Methods

Method Description
SaveDialogChangesCommandExecute ( ) : void
UpdateDialogs ( ) : System.Threading.Tasks.Task

Method Details

AddOccupantsIdsViewModel() public method

Initializes a new instance of the AddOccupantsIdsViewModel class.
public AddOccupantsIdsViewModel ( string dialogId ) : QbChat.Pcl
dialogId string The dialog identifier.
return QbChat.Pcl

OnAppearing() public method

public OnAppearing ( ) : void
return void