Method | Description | |
---|---|---|
ArchiveNow ( |
Prepares the selected files to be uploaded to REAP using RAMP.
|
Method | Description | |
---|---|---|
AddMetsPairs ( SIL.Archiving.RampArchivingDlgViewModel model, string fieldWorksVersion, SIL.FieldWorks.FDO.FdoCache cache ) : void |
Gets required and optional information that describes the files being submitted in the RAMP package. METS = Metadata Encoding & Transmission Standard (see http://www.loc.gov/METS/).
|
|
CompareDateCreated ( System.DateTime created ) : void | ||
DoesWritingSystemUseKeyman ( IWritingSystem ws ) : bool |
Returns true if the writing system has an active keyman keyboard Internal for testing, uses reflection to identify a keyboard as keyman |
|
GetCreateDateRange ( SIL.FieldWorks.FDO.FdoCache cache ) : void | ||
GetFileDescription ( string key, string file ) : string |
Called by the Archiving Dialog to get the file descriptions included in the RAMP package.
|
|
GetFilesToArchive ( IEnumerable |
Called by the Archiving Dialog to retrieve the lists of the files and description to be included in the RAMP package.
|
|
ReapRamp ( ) : System.Drawing | ||
SetFilesToArchive ( IEnumerable |
Called by the Archiving Dialog to retrieve the lists of the files and description to be included in the RAMP package.
|
public ArchiveNow ( |
||
owner | RAMP dialog owner | |
dialogFont | RAMP dialog font (for localization and consistency) | |
localizationDialogIcon | ||
filesToArchive | IEnumerable |
|
mediator | XCore.Mediator | |
thisapp | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
return | bool |