Table of Contents

Interface IStandardsizeTemplateProperties

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Classification
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(StandardsizeTemplateProperties))]
public interface IStandardsizeTemplateProperties : IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>
Inherited Members
Extension Methods

Properties

IsEnabled

Признак того, выбрано ли свойство для формирования имени по формуле.

bool IsEnabled { get; set; }

Property Value

bool

Prefix

Префикс свойства.

string Prefix { get; set; }

Property Value

string

Unit

Единица измерения свойства.

IIdentifiableObject? Unit { get; set; }

Property Value

IIdentifiableObject