Show / Hide Table of Contents

Class AttributeMapping

Базовый класс для маппинга атрибутов справочников.

Inheritance
InheritedDto<AttributeMapping>
AttributeMapping
GenerateFromAttribute
GenerateFromExpression
Namespace: Trivium.CardsModel.ServerModel.AttributeMappings
Assembly: Trivium.CardsModel.dll
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[]{"discriminator"})]
public abstract class AttributeMapping : InheritedDto<AttributeMapping>, IDependentEntryObject

Properties

int DestinationAttributeId
Идентификтатор атрибута справочника получателя.
bool IsPrimary
Флаг определяющий, является ли пара значений ключевой.
Back to top Generated by DocFX