Table of Contents

Interface IContractPropertySource

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

Источник свойства в контракте.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(ContractPropertySource))]
public interface IContractPropertySource : IContractPropertySourceBase, IHaveAbsoluteCode, IFormulaTargetQualifier, IPropertyQualifier, IAccessControlObject, IIdentifiableObject, IEquatable<ObjectIdentifier>, IEquatable<IIdentifiableObject>, IHaveWriteAccess, IHaveName, IHaveId
Inherited Members
Extension Methods

Properties

DefaultMeasureUnit

Возвращает или задает единицу измерения по умолчанию (для вещественных свойств).

IIdentifiableObject? DefaultMeasureUnit { get; set; }

Property Value

IIdentifiableObject

DefaultPropertyValue

Возвращает или задает значение свойства по умолчанию.

IIdentifiableObject? DefaultPropertyValue { get; set; }

Property Value

IIdentifiableObject

Remarks

Единица измерения для вещественных свойств игнорируется.

MeasureEntity

Возвращает или задает измеряемую сущность (для вещественных свойств).

IIdentifiableObject? MeasureEntity { get; set; }

Property Value

IIdentifiableObject

PropertySource

Источник свойства.

IPropertySource PropertySource { get; set; }

Property Value

IPropertySource