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