Show / Hide Table of Contents

Class FileLinkInfoDto

Базовый класс информации о ссылке на файл.

Inheritance
InheritedDto<FileLinkInfoDto>
FileLinkInfoDto
DictionaryFileLinkInfoDto
Namespace: Trivium.EngineDto.Pivot
Assembly: Trivium.EngineDto.dll
Syntax
[JsonConverter(typeof(JsonGenericInheritanceConverter), new object[]{"discriminator"})]
public abstract class FileLinkInfoDto : InheritedDto<FileLinkInfoDto>

Properties

int MetaObjectId
Идентификатор объекта репозитория, которому принадлежит ссылка на файл.
MetaObjectTypeDto MetaObjectType
Тип объекта репозитория, которому принадлежит ссылка на файл.
Back to top Generated by DocFX