C# Class SILUBS.ScriptureChecks.StyleCapInfo

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

Public Properties

Property Type Description
m_capCheck CapCheckTypes
m_type StyleInfo.StyleTypes

Public Methods

Method Description
StyleCapInfo ( SILUBS.SharedScrUtils.StyleInfo type, CapCheckTypes capCheck ) : System

Initializes a new instance of the StyleCapInfo class.

Method Details

StyleCapInfo() public method

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.
return System

Property Details

m_capCheck public_oe property

reason why the style is capitalized
public CapCheckTypes m_capCheck
return CapCheckTypes

m_type public_oe property

type of style either paragraph or character
public StyleInfo.StyleTypes m_type
return StyleInfo.StyleTypes