Interface IContractAppointedFormula
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Представляет контракт с назначенными формулами.
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ContractAppointedFormula))]
public interface IContractAppointedFormula : INamedObject, IHaveName, IHaveId, ICanBeSystemObject, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
- Inherited Members
- Extension Methods
Properties
AppointedFormulas
Список назначенных формул.
List<IAppointedFormula> AppointedFormulas { get; set; }
Property Value
NestedItems
Элементы с вложенностью.
List<INestedItem>? NestedItems { get; set; }