C# Class ShindyUI.App.Data.BaseDataModel

Inheritance: ShindyUI.App.Common.BindableBase
Mostrar archivo Open project: dotnetmiami/Shindy-Win8

Public Methods

Method Description
BaseDataModel ( String uniqueId, String title, String subtitle, String imagePath, String description ) : System
SetImage ( String path ) : void

Method Details

BaseDataModel() public method

public BaseDataModel ( String uniqueId, String title, String subtitle, String imagePath, String description ) : System
uniqueId String
title String
subtitle String
imagePath String
description String
return System

SetImage() public method

public SetImage ( String path ) : void
path String
return void