Class LanguageDto
Implements
IHasConcurrencyStamp
Assembly: Volo.Abp.LanguageManagement.Application.Contracts.dll
Syntax
public class LanguageDto : ExtensibleCreationAuditedEntityDto<Guid>, IHasConcurrencyStamp
Constructors
LanguageDto()
Declaration
Properties
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
CultureName
Declaration
public string CultureName { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
FlagIcon
Declaration
public string FlagIcon { get; set; }
Property Value
IsDefaultLanguage
Declaration
public bool IsDefaultLanguage { get; set; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
UiCultureName
Declaration
public string UiCultureName { get; set; }
Property Value
Implements
Volo.Abp.Domain.Entities.IHasConcurrencyStamp