Show / Hide Table of Contents

Class ApplicationConfigurationDto

Inheritance
System.Object
ApplicationConfigurationDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
[Serializable]
public class ApplicationConfigurationDto

Properties

Auth

Declaration
public ApplicationAuthConfigurationDto Auth { get; set; }
Property Value
Type Description
ApplicationAuthConfigurationDto

Clock

Declaration
public ClockDto Clock { get; set; }
Property Value
Type Description
ClockDto

CurrentTenant

Declaration
public CurrentTenantDto CurrentTenant { get; set; }
Property Value
Type Description
CurrentTenantDto

CurrentUser

Declaration
public CurrentUserDto CurrentUser { get; set; }
Property Value
Type Description
CurrentUserDto

Features

Declaration
public ApplicationFeatureConfigurationDto Features { get; set; }
Property Value
Type Description
ApplicationFeatureConfigurationDto

Localization

Declaration
public ApplicationLocalizationConfigurationDto Localization { get; set; }
Property Value
Type Description
ApplicationLocalizationConfigurationDto

MultiTenancy

Declaration
public MultiTenancyInfoDto MultiTenancy { get; set; }
Property Value
Type Description
MultiTenancyInfoDto

ObjectExtensions

Declaration
public ObjectExtensionsDto ObjectExtensions { get; set; }
Property Value
Type Description
ObjectExtensionsDto

Setting

Declaration
public ApplicationSettingConfigurationDto Setting { get; set; }
Property Value
Type Description
ApplicationSettingConfigurationDto

Timing

Declaration
public TimingDto Timing { get; set; }
Property Value
Type Description
TimingDto

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft