Class UpdateLanguageDto
Inheritance
UpdateLanguageDto
Assembly: Volo.Abp.LanguageManagement.Application.Contracts.dll
Syntax
public class UpdateLanguageDto : ExtensibleObject, IHasExtraProperties, IValidatableObject, IHasConcurrencyStamp
Constructors
UpdateLanguageDto()
Declaration
public UpdateLanguageDto()
Properties
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
Implements
Extension Methods