C# Class csUSDomainPlugin.Effects.ViewModels.EffectsInputParameterViewModel

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

Protected Properties

Property Type Description
_data Newtonsoft.Json.Linq.JObject

Protected Methods

Method Description
EffectsInputParameterViewModel ( ) : System

Method Details

EffectsInputParameterViewModel() protected method

protected EffectsInputParameterViewModel ( ) : System
return System

Property Details

_data protected property

protected JObject,Newtonsoft.Json.Linq _data
return Newtonsoft.Json.Linq.JObject