Interface IFormulaTargetQualifier
Объект, позволяющий определить свойство, которому будет назначена формула.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IFormulaTargetQualifier : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
Contract
Контракт.
Declaration
IContract Contract { get; }
Property Value
| Type | Description |
|---|---|
| IContract |
DisplayName
Отображаемое имя.
Declaration
string DisplayName { get; }
Property Value
| Type | Description |
|---|---|
| string |
IsLinked
Возвращает признак, является ли свойство связанным.
Declaration
bool IsLinked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
AddAppointedFormula(IFormulaAppointer, IFormula)
Назначает формулу в заданном объекте (или удаляет, если formula == null).
Declaration
IAppointedFormula AddAppointedFormula(IFormulaAppointer formulaAppointer, IFormula formula)
Parameters
| Type | Name | Description |
|---|---|---|
| IFormulaAppointer | formulaAppointer | Объект, назначающий формулы. |
| IFormula | formula | Формула. |
Returns
| Type | Description |
|---|---|
| IAppointedFormula | Назначаемая формула (или null). |
GetAppointedFormula(IFormulaAppointer)
Возвращает назначаемую формулу в заданном объекте (или null).
Declaration
IAppointedFormula GetAppointedFormula(IFormulaAppointer formulaAppointer)
Parameters
| Type | Name | Description |
|---|---|---|
| IFormulaAppointer | formulaAppointer | Объект, назначающий формулы. |
Returns
| Type | Description |
|---|---|
| IAppointedFormula | Назначаемая формула (или null). |