Class LanguageEto
Assembly: Volo.Abp.LanguageManagement.Domain.Shared.dll
Syntax
Constructors
LanguageEto()
Declaration
Properties
CultureName
Declaration
public string CultureName { get; set; }
Property Value
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
UiCultureName
Declaration
public string UiCultureName { get; set; }
Property Value
Extension Methods