C# Class OneNoteConversionTool.FormatConversion.SmsgrStudentOnlyFormatConverter

Inheritance: SmsgrFormatConverter
Afficher le fichier Open project: OneNoteDev/OneNoteConversionTool

Méthodes publiques

Méthode Description
GetSupportedInputFormat ( ) : string

Returns the name of the input format that this IFormatConverter supports

Méthodes protégées

Méthode Description
IncludeStudentNotebook ( ) : bool

Gets whether the trainer notebook should be created or not

IncludeTrainerNotebook ( ) : bool

Gets whether the trainer notebook should be created or not

Method Details

GetSupportedInputFormat() public méthode

Returns the name of the input format that this IFormatConverter supports
public GetSupportedInputFormat ( ) : string
Résultat string

IncludeStudentNotebook() protected méthode

Gets whether the trainer notebook should be created or not
protected IncludeStudentNotebook ( ) : bool
Résultat bool

IncludeTrainerNotebook() protected méthode

Gets whether the trainer notebook should be created or not
protected IncludeTrainerNotebook ( ) : bool
Résultat bool