C# Class Bloom.Edit.EditingModel.ContentLanguage

Show file Open project: BloomBooks/BloomDesktop

Public Properties

Property Type Description
IsRtl bool
Iso639Code string
Locked bool
Name string
Selected bool

Public Methods

Method Description
ContentLanguage ( string iso639Code, string name ) : System
ToString ( ) : string

Method Details

ContentLanguage() public method

public ContentLanguage ( string iso639Code, string name ) : System
iso639Code string
name string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

IsRtl public property

public bool IsRtl
return bool

Iso639Code public property

public string Iso639Code
return string

Locked public property

public bool Locked
return bool

Name public property

public string Name
return string

Selected public property

public bool Selected
return bool