C# Class SIL.FieldWorks.WordWorks.Parser.ParserScheduler.ParserWork

Afficher le fichier Open project: sillsdev/FieldWorks

Protected Properties

Свойство Type Description
m_priority ParserPriority
m_scheduler ParserScheduler

Méthodes publiques

Méthode Description
DoWork ( ) : void

Méthodes protégées

Méthode Description
ParserWork ( ParserScheduler scheduler, ParserPriority priority ) : System

Method Details

DoWork() public méthode

public DoWork ( ) : void
Résultat void

ParserWork() protected méthode

protected ParserWork ( ParserScheduler scheduler, ParserPriority priority ) : System
scheduler ParserScheduler
priority ParserPriority
Résultat System

Property Details

m_priority protected_oe property

protected ParserPriority m_priority
Résultat ParserPriority

m_scheduler protected_oe property

protected ParserScheduler,SIL.FieldWorks.WordWorks.Parser m_scheduler
Résultat ParserScheduler