Interface IFormulaParameter
Параметр формулы.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IFormulaParameter : IAbleToHaveChangeableName, IAbleToHaveName, IDeleteableApiObject, IAbleToHaveId, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Body
Возвращает или задает тело параметра формулы.
Declaration
string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Formula
Возвращает формулу, в которой задан данный параметр.
Declaration
IFormula Formula { get; }
Property Value
| Type | Description |
|---|---|
| IFormula |
Position
Возвращает или задает позицию параметра в коллекции параметров формулы.
Declaration
int Position { get; set; }
Property Value
| Type | Description |
|---|---|
| int |