C# Class Bloom.Edit.EditingModel.ContentLanguage

Afficher le fichier Open project: BloomBooks/BloomDesktop

Méthodes publiques

Свойство Type Description
IsRtl bool
Iso639Code string
Locked bool
Name string
Selected bool

Méthodes publiques

Méthode Description
ContentLanguage ( string iso639Code, string name ) : System
ToString ( ) : string

Method Details

ContentLanguage() public méthode

public ContentLanguage ( string iso639Code, string name ) : System
iso639Code string
name string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

IsRtl public_oe property

public bool IsRtl
Résultat bool

Iso639Code public_oe property

public string Iso639Code
Résultat string

Locked public_oe property

public bool Locked
Résultat bool

Name public_oe property

public string Name
Résultat string

Selected public_oe property

public bool Selected
Résultat bool