Table of Contents

Interface IFormulaParameter

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Formulas
Assembly
Ascon.Polynom.Web.Api.Data.dll

Параметр формулы.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(FormulaParameter))]
public interface IFormulaParameter : INamedObject, IHaveName, IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

Body

Возвращает или задает тело параметра формулы.

string Body { get; set; }

Property Value

string

Formula

Возвращает формулу, в которой задан данный параметр.

IIdentifiableObject Formula { get; set; }

Property Value

IIdentifiableObject

Position

Возвращает или задает позицию параметра в коллекции параметров формулы.

int Position { get; set; }

Property Value

int