C# Class SILUBS.ScriptureChecks.StyleCapInfo

Information about a style that is useful for capitalization checking.
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Свойство Type Description
m_capCheck CapCheckTypes
m_type StyleInfo.StyleTypes

Méthodes publiques

Méthode Description
StyleCapInfo ( SILUBS.SharedScrUtils.StyleInfo type, CapCheckTypes capCheck ) : System

Initializes a new instance of the StyleCapInfo class.

Method Details

StyleCapInfo() public méthode

Initializes a new instance of the StyleCapInfo class.
public StyleCapInfo ( SILUBS.SharedScrUtils.StyleInfo type, CapCheckTypes capCheck ) : System
type SILUBS.SharedScrUtils.StyleInfo The type of style (character or paragraph).
capCheck CapCheckTypes The reason for the capitalization in this style.
Résultat System

Property Details

m_capCheck public_oe property

reason why the style is capitalized
public CapCheckTypes m_capCheck
Résultat CapCheckTypes

m_type public_oe property

type of style either paragraph or character
public StyleInfo.StyleTypes m_type
Résultat StyleInfo.StyleTypes