Class AttributeMapping
Базовый класс для маппинга атрибутов справочников.
Inheritance
AttributeMapping
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 Флаг определяющий, является ли пара значений ключевой. |