Table of Contents

Interface ICoreProperty

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.AllPartSizes
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет обязательное свойство.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(CoreProperty))]
public interface ICoreProperty : IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>
Inherited Members
Extension Methods

Properties

AbsoluteCode

Абсолютный код.

string AbsoluteCode { get; set; }

Property Value

string

Name

Свойство.

string Name { get; set; }

Property Value

string