Class MinimalLanguageModel
This class represents a minimal representation of a language within the application.
Inheritance
System.Object
MinimalLanguageModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Vasont.Publisher.Models.Common
Assembly: Vasont.Publisher.Models.dll
Syntax
public class MinimalLanguageModel
Properties
| Improve this Doc View SourceIsLocale
Gets or sets a value indicating whether the language is a UI locale.
Declaration
public bool IsLocale { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LanguageCode
Gets or sets the unique language code.
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the language display name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |