C# Class EmberLib.Glow.GlowFormulaSource

Describes a formula source code (as used by the "formula" field of EmberPlus-Glow.Parameter).
Mostrar archivo Open project: Lawo/ember-plus Class Usage Examples

Public Methods

Method Description
GlowFormulaSource ( string providerToConsumer, string consumerToProvider ) : System

Creates a new instance of GlowFormulaSource.

Method Details

GlowFormulaSource() public method

Creates a new instance of GlowFormulaSource.
public GlowFormulaSource ( string providerToConsumer, string consumerToProvider ) : System
providerToConsumer string The source of the formula used by the consumer /// to convert values received from the provider.
consumerToProvider string The source of the formula used by the consumer /// to convert values to be sent to the provider.
return System