C# 클래스 EmberLib.Glow.GlowFormulaSource

Describes a formula source code (as used by the "formula" field of EmberPlus-Glow.Parameter).
파일 보기 프로젝트 열기: Lawo/ember-plus 1 사용 예제들

공개 메소드들

메소드 설명
GlowFormulaSource ( string providerToConsumer, string consumerToProvider ) : System

Creates a new instance of GlowFormulaSource.

메소드 상세

GlowFormulaSource() 공개 메소드

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.
리턴 System