C# Class csCommon.Plugins.EffectAppraisalPlugin.ViewModels.AppraisalEffect

Inheritance: Caliburn.Micro.PropertyChangedBase
Mostra file Open project: TNOCS/csTouch

Public Methods

Method Description
AppraisalEffect ( PoI poi, string title, string label, double effectValue, double min, double max = 10 ) : System

Method Details

AppraisalEffect() public method

public AppraisalEffect ( PoI poi, string title, string label, double effectValue, double min, double max = 10 ) : System
poi DataServer.PoI
title string
label string
effectValue double
min double
max double
return System