C# Class OneNoteConversionTool.FormatConversion.SmsgrStudentOnlyFormatConverter

Inheritance: SmsgrFormatConverter
Show file Open project: OneNoteDev/OneNoteConversionTool

Public Methods

Method Description
GetSupportedInputFormat ( ) : string

Returns the name of the input format that this IFormatConverter supports

Protected Methods

Method 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 method

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

IncludeStudentNotebook() protected method

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

IncludeTrainerNotebook() protected method

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