C# Class DJNanoShow.ViewModels.PageViewModelBase

Inheritance: ObservableBase
Afficher le fichier Open project: wasteam/DJNanoSampleApp

Protected Properties

Свойство Type Description
CacheExpiration System.TimeSpan

Méthodes protégées

Méthode Description
PageViewModelBase ( ) : System
ShareContent ( DataRequest dataRequest, ItemViewModel item, bool supportsHtml ) : void

Private Methods

Méthode Description
SetContent ( DataRequest dataRequest, string data, bool supportsHtml ) : void

Method Details

PageViewModelBase() protected méthode

protected PageViewModelBase ( ) : System
Résultat System

ShareContent() protected méthode

protected ShareContent ( DataRequest dataRequest, ItemViewModel item, bool supportsHtml ) : void
dataRequest Windows.ApplicationModel.DataTransfer.DataRequest
item ItemViewModel
supportsHtml bool
Résultat void

Property Details

CacheExpiration protected_oe property

protected TimeSpan,System CacheExpiration
Résultat System.TimeSpan