Show / Hide Table of Contents

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 Source

IsLocale

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
| Improve this Doc View Source

LanguageCode

Gets or sets the unique language code.

Declaration
public string LanguageCode { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Name

Gets or sets the language display name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright (c) GlobalLink Vasont