Class LanguageConfigElement
Inherited Members
Namespace: Volo.Docs.Documents
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class LanguageConfigElement
Constructors
LanguageConfigElement()
Declaration
public LanguageConfigElement()
Properties
Code
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsDefault
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
bool |