Example #1
0
 public ExportAnnotationSettings GetExportAnnotationSettings()
 {
     return(ExportAnnotationSettings.EMPTY
            .ChangeElementTypes(SelectedHandlers.Select(handler => handler.Name))
            .ChangeAnnotationNames(SelectedAnnotationNames)
            .ChangePropertyNames(SelectedProperties)
            .ChangeRemoveBlankRows(cbxRemoveBlankRows.Checked));
 }