Show / Hide Table of Contents

Class ClearDataOptions

Настройки очистки данных перед загрузкой.

Inheritance
InheritedDto<ClearDataOptions>
ClearDataOptions
ClearAllDataOptions
ClearExistInSourceDataOptions
ClearNotExistInSourceDataOptions
Namespace: Trivium.DataManager.Dto.Destinations.Clear
Assembly: Trivium.DataManager.Dto.dll
Syntax
[JsonConverter(typeof(JsonInheritanceNullDiscriminatorConverter<ClearDataOptions, ClearExistInSourceDataOptions>), new object[] { "discriminator" })]
public abstract class ClearDataOptions : InheritedDto<ClearDataOptions>
Back to top Generated by DocFX