C# Class SIL.CoreImpl.CharacterProperty

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Свойство Type Description
m_generalCharCategory LgGeneralCharCategory
m_isLetter bool
m_isPunctuation bool
m_isWordforming bool

Méthodes publiques

Méthode Description
CharacterProperty ( LgGeneralCharCategory generalCharCategory, bool isLetter, bool isWordforming, bool isPunctuation ) : System

Constructor.

Method Details

CharacterProperty() public méthode

Constructor.
public CharacterProperty ( LgGeneralCharCategory generalCharCategory, bool isLetter, bool isWordforming, bool isPunctuation ) : System
generalCharCategory LgGeneralCharCategory
isLetter bool
isWordforming bool
isPunctuation bool
Résultat System

Property Details

m_generalCharCategory public_oe property

public LgGeneralCharCategory m_generalCharCategory
Résultat LgGeneralCharCategory

m_isLetter public_oe property

public bool m_isLetter
Résultat bool

m_isPunctuation public_oe property

public bool m_isPunctuation
Résultat bool

m_isWordforming public_oe property

public bool m_isWordforming
Résultat bool