Class Language
Defines a language in ImageVault
Inheritance
System.Object
Language
Implements
IItem<System.Int32>
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: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class Language : IItem<int>
Constructors
Language()
Initializes a new instance of the Language class.
Declaration
public Language()
Language(Language)
Initializes a new instance of the Language class.
Declaration
public Language(Language language)
Parameters
Type | Name | Description |
---|---|---|
Language | language |
Properties
Id
Get/Sets the Id of the Language
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The internal id of the language used by ImageVault |
LanguageCode
Get/Sets the LanguageCode of the Language
Declaration
public string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The language code for the language in the IETF format http://en.wikipedia.org/wiki/IETF_language_tag |