C# Class Bloom.Edit.EditingModel.ContentLanguage

Exibir arquivo 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_oe property

public bool IsRtl
return bool

Iso639Code public_oe property

public string Iso639Code
return string

Locked public_oe property

public bool Locked
return bool

Name public_oe property

public string Name
return string

Selected public_oe property

public bool Selected
return bool