C# 클래스 SILUBS.ScriptureChecks.StyleCapInfo

Information about a style that is useful for capitalization checking.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_capCheck CapCheckTypes
m_type StyleInfo.StyleTypes

공개 메소드들

메소드 설명
StyleCapInfo ( SILUBS.SharedScrUtils.StyleInfo type, CapCheckTypes capCheck ) : System

Initializes a new instance of the StyleCapInfo class.

메소드 상세

StyleCapInfo() 공개 메소드

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.
리턴 System

프로퍼티 상세

m_capCheck 공개적으로 프로퍼티

reason why the style is capitalized
public CapCheckTypes m_capCheck
리턴 CapCheckTypes

m_type 공개적으로 프로퍼티

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