Table of Contents

Class SyncAppDataResponse

Namespace
OpenSettings.Models.Responses
Assembly
OpenSettings.dll
public class SyncAppDataResponse
Inheritance
SyncAppDataResponse
Inherited Members

Properties

Configuration

public SyncAppDataResponseConfiguration Configuration { get; set; }

Property Value

SyncAppDataResponseConfiguration

ProviderInfo

public ProviderInfo ProviderInfo { get; set; }

Property Value

ProviderInfo

Settings

public ICollection<SyncAppDataResponseSetting> Settings { get; set; }

Property Value

ICollection<SyncAppDataResponseSetting>

Methods

Get(IConfiguration)

public static SyncAppDataResponse Get(IConfiguration configuration)

Parameters

configuration IConfiguration

Returns

SyncAppDataResponse

GetAsync(CancellationToken)

public static Task<SyncAppDataResponse> GetAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task<SyncAppDataResponse>

GetProviderInfo(IConfiguration)

public static ProviderInfo GetProviderInfo(IConfiguration configuration)

Parameters

configuration IConfiguration

Returns

ProviderInfo

IsAuthenticationRequired()

public bool IsAuthenticationRequired()

Returns

bool

WriteToFileAsync(OpenSettingsConfiguration, CancellationToken)

public Task WriteToFileAsync(OpenSettingsConfiguration openSettingsConfiguration, CancellationToken cancellationToken = default)

Parameters

openSettingsConfiguration OpenSettingsConfiguration
cancellationToken CancellationToken

Returns

Task