Table of Contents

Class GetAppConfigurationByAppAndIdentifierResponse

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

Properties

Consumer

public ConfigurationConsumer Consumer { get; set; }

Property Value

ConfigurationConsumer

Id

public Guid Id { get; set; }

Property Value

Guid

IgnoreOnFileChange

public bool IgnoreOnFileChange { get; set; }

Property Value

bool

Provider

public ConfigurationProvider Provider { get; set; }

Property Value

ConfigurationProvider

RegistrationMode

public RegistrationMode RegistrationMode { get; set; }

Property Value

RegistrationMode

RowVersion

public byte[] RowVersion { get; set; }

Property Value

byte[]

Spa

public ConfigurationSpa Spa { get; set; }

Property Value

ConfigurationSpa

StoreInSeparateFile

public bool StoreInSeparateFile { get; set; }

Property Value

bool