Search Results for

    Show / Hide Table of Contents

    Class Language

    Defines a language in ImageVault

    Inheritance
    System.Object
    Language
    Implements
    IItem<System.Int32>
    Namespace: ImageVault.Common.Data
    Assembly: ImageVault.Common.dll
    Syntax
    public class Language : Object, 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

    Implements

    IItem<T>

    Extension Methods

    EnumExtensions.GetNames<TEnum>(TEnum)
    In This Article
    Back to top (c) Meriworks 2002-2022