Table of Contents

Interface IAssortmentInstance

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Classification
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(AssortmentInstance))]
public interface IAssortmentInstance : IElement, IClassifiableObject, IHaveIcon, IPropertyValueOwner, IApplicableObject, INamedObject, IHaveApplicability, IAbleToBeRecent, IHaveName, IDocumentOwner, IHaveId, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess
Inherited Members
Extension Methods

Properties

DesignationLowerPart

string? DesignationLowerPart { get; set; }

Property Value

string

DesignationPostfix

string? DesignationPostfix { get; set; }

Property Value

string

DesignationPrefix

string? DesignationPrefix { get; set; }

Property Value

string

DesignationUpperPart

string? DesignationUpperPart { get; set; }

Property Value

string

HasParts

bool HasParts { get; set; }

Property Value

bool