C# Class DJNanoShow.ViewModels.PageViewModelBase

Inheritance: ObservableBase
ファイルを表示 Open project: wasteam/DJNanoSampleApp

Protected Properties

Property Type Description
CacheExpiration System.TimeSpan

Protected Methods

Method Description
PageViewModelBase ( ) : System
ShareContent ( DataRequest dataRequest, ItemViewModel item, bool supportsHtml ) : void

Private Methods

Method Description
SetContent ( DataRequest dataRequest, string data, bool supportsHtml ) : void

Method Details

PageViewModelBase() protected method

protected PageViewModelBase ( ) : System
return System

ShareContent() protected method

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

Property Details

CacheExpiration protected_oe property

protected TimeSpan,System CacheExpiration
return System.TimeSpan