Show / Hide Table of Contents

Class LanguageDto

Inheritance
object
LanguageDto
Implements
IHasConcurrencyStamp
Namespace: Volo.Abp.LanguageManagement.Dto
Assembly: Volo.Abp.LanguageManagement.Application.Contracts.dll
Syntax
public class LanguageDto : ExtensibleCreationAuditedEntityDto<Guid>, IHasConcurrencyStamp

Constructors

LanguageDto()

Declaration
public LanguageDto()

Properties

ConcurrencyStamp

Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Type Description
string

CultureName

Declaration
public string CultureName { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

FlagIcon

Declaration
public string FlagIcon { get; set; }
Property Value
Type Description
string

IsDefaultLanguage

Declaration
public bool IsDefaultLanguage { get; set; }
Property Value
Type Description
bool

IsEnabled

Declaration
public bool IsEnabled { get; set; }
Property Value
Type Description
bool

UiCultureName

Declaration
public string UiCultureName { get; set; }
Property Value
Type Description
string

Implements

Volo.Abp.Domain.Entities.IHasConcurrencyStamp
In this article
Back to top Powered by Volosoft