Show / Hide Table of Contents

    DataStorePackerExtensions.AddDataStore Method

    .NET Standard 2.x

    Adds an IDataStore object as an element to the IDataPacker object.

    Namespace: DWNet.Data

    Assembly: DWNet.Data.dll

    Overloads

    Method Description
    AddDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key,[NotNull]IDataStore value,[NotNull]bool format = false) Adds an IDataStore object as an element to the IDataPacker object.
    AddDataStore([NotNull]this IDataPacker dataPacker,[NotNull]string key,[NotNull]IDataStore value,[NotNull]bool format,[NotNull]bool changedOnly) Adds an IDataStore object as an element to the IDataPacker object, and specifies whether to export only the changed data from the IDataStore object.
    AddDataStore<TModel>([NotNull]this IDataPacker dataPacker,[NotNull]string key,[NotNull]IDataStore<TModel> value,[NotNull]bool format = false) Adds an IDataStore object as an element to the IDataPacker object.
    AddDataStore<TModel>([NotNull]this IDataPacker dataPacker,[NotNull]string key,[NotNull]IDataStore<TModel> value,[NotNull]bool format,[NotNull]bool changedOnly) Adds an IDataStore object as an element to the IDataPacker object, and specifies whether to export only the changed data from the IDataStore object.
    Back to top Generated by Appeon