Show / Hide Table of Contents

Class AppSettingDto

Inheritance
object
AppSettingDto
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EasySave_Project.Dto
Assembly: .dll
Syntax
public class AppSettingDto

Constructors

| Edit this page View Source

AppSettingDto(LanguageEnum, LogFormat)

Declaration
public AppSettingDto(LanguageEnum language, LogFormatManager.LogFormat logFormat)
Parameters
Type Name Description
LanguageEnum language
LogFormatManager.LogFormat logFormat

Properties

| Edit this page View Source

EncryptedFileExtensions

Declaration
public List<string> EncryptedFileExtensions { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

MaxLargeFileSize

Declaration
public int MaxLargeFileSize { get; set; }
Property Value
Type Description
int
| Edit this page View Source

PriorityBusinessProcess

Declaration
public List<string> PriorityBusinessProcess { get; set; }
Property Value
Type Description
List<string>
| Edit this page View Source

PriorityExtensionFiles

Declaration
public List<PriorityExtensionDTO> PriorityExtensionFiles { get; set; }
Property Value
Type Description
List<PriorityExtensionDTO>
| Edit this page View Source

language

Declaration
[JsonConverter(typeof(EnumConverterUtil.JsonEnumConverter<LanguageEnum>))]
public LanguageEnum language { get; set; }
Property Value
Type Description
LanguageEnum
| Edit this page View Source

logFormat

Declaration
[JsonConverter(typeof(EnumConverterUtil.JsonEnumConverter<LogFormatManager.LogFormat>))]
public LogFormatManager.LogFormat logFormat { get; set; }
Property Value
Type Description
LogFormatManager.LogFormat
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX