C# Class SIL.CoreImpl.CharacterProperty

Mostrar archivo Open project: sillsdev/FieldWorks

Public Properties

Property Type Description
m_generalCharCategory LgGeneralCharCategory
m_isLetter bool
m_isPunctuation bool
m_isWordforming bool

Public Methods

Method Description
CharacterProperty ( LgGeneralCharCategory generalCharCategory, bool isLetter, bool isWordforming, bool isPunctuation ) : System

Constructor.

Method Details

CharacterProperty() public method

Constructor.
public CharacterProperty ( LgGeneralCharCategory generalCharCategory, bool isLetter, bool isWordforming, bool isPunctuation ) : System
generalCharCategory LgGeneralCharCategory
isLetter bool
isWordforming bool
isPunctuation bool
return System

Property Details

m_generalCharCategory public_oe property

public LgGeneralCharCategory m_generalCharCategory
return LgGeneralCharCategory

m_isLetter public_oe property

public bool m_isLetter
return bool

m_isPunctuation public_oe property

public bool m_isPunctuation
return bool

m_isWordforming public_oe property

public bool m_isWordforming
return bool