C# Class PhotoSharingApp.Universal.ViewModels.CameraViewModelArgs

The navigation arguments for the CameraViewModel.
Mostrar archivo Open project: Microsoft/Appsample-Photosharing Class Usage Examples

Public Methods

Method Description
CameraViewModelArgs ( ) : PhotoSharingApp.Universal.Models

Creates a new instance.

CameraViewModelArgs ( CategoryPreview category ) : PhotoSharingApp.Universal.Models

Creates a new instance.

Method Details

CameraViewModelArgs() public method

Creates a new instance.
public CameraViewModelArgs ( ) : PhotoSharingApp.Universal.Models
return PhotoSharingApp.Universal.Models

CameraViewModelArgs() public method

Creates a new instance.
public CameraViewModelArgs ( CategoryPreview category ) : PhotoSharingApp.Universal.Models
category PhotoSharingApp.Universal.Models.CategoryPreview The target category for the photo.
return PhotoSharingApp.Universal.Models