Show / Hide Table of Contents

Class UpdateLanguageDto

Inheritance
object
UpdateLanguageDto
Implements
IHasConcurrencyStamp
Namespace: Volo.Abp.LanguageManagement.Dto
Assembly: Volo.Abp.LanguageManagement.Application.Contracts.dll
Syntax
public class UpdateLanguageDto : ExtensibleObject, IHasConcurrencyStamp

Constructors

UpdateLanguageDto()

Declaration
public UpdateLanguageDto()

Properties

ConcurrencyStamp

Declaration
public string ConcurrencyStamp { 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

IsEnabled

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

Implements

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