Class LanguageConfigElement
Inheritance
System.Object
LanguageConfigElement
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class LanguageConfigElement : object
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods