C# Class PhotoSharingApp.Universal.ViewModels.StreamViewModelThumbnailArgs

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

Public Methods

Method Description
StreamViewModelThumbnailArgs ( ) : PhotoSharingApp.Universal.Models

Creates a new instance.

Needed for serialization.

StreamViewModelThumbnailArgs ( CategoryPreview category, PhotoThumbnail photoThumbnail ) : PhotoSharingApp.Universal.Models

Creates a new instance.

Method Details

StreamViewModelThumbnailArgs() public method

Creates a new instance.
Needed for serialization.
public StreamViewModelThumbnailArgs ( ) : PhotoSharingApp.Universal.Models
return PhotoSharingApp.Universal.Models

StreamViewModelThumbnailArgs() public method

Creates a new instance.
public StreamViewModelThumbnailArgs ( CategoryPreview category, PhotoThumbnail photoThumbnail ) : PhotoSharingApp.Universal.Models
category PhotoSharingApp.Universal.Models.CategoryPreview The category to show data for.
photoThumbnail PhotoSharingApp.Universal.Models.PhotoThumbnail The photo thumbnail that is used for /// determining the scroll position of the photo stream.
return PhotoSharingApp.Universal.Models