Show / Hide Table of Contents

Class RemapObjectDto

Ремапинг объектов (старый идентификатор объекта/новый идентификатор объекта)

Inheritance
RemapObjectDto
Namespace: Trivium.CommonDto.Models
Assembly: Trivium.CommonDto.dll
Syntax
public class RemapObjectDto

Properties

int NewId
Новый идентификатор объекта.
int OldId
Старый идентификатор объекта.
Back to top Generated by DocFX