Class TyposizesPropertyDefinition
- Namespace
- Ascon.Polynom.Web.Api.Data.Models.Properties.Definition
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Определение свойства для группы типоразмеров.
public class TyposizesPropertyDefinition : IdentifiableObject, ITyposizesPropertyDefinition, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>
- Inheritance
-
TyposizesPropertyDefinition
- Implements
- Inherited Members
- Extension Methods
Constructors
TyposizesPropertyDefinition()
public TyposizesPropertyDefinition()
Properties
IsChecked
Признак того, выбрано ли свойство для формирования имени по формуле.
public bool IsChecked { get; set; }
Property Value
Prefix
Префикс.
public string? Prefix { get; set; }
Property Value
SelectedMeasureUnit
Единица измерения.
public IIdentifiableObject? SelectedMeasureUnit { get; set; }