C# Class CsvToLrWindow, LR-Publisher

Inheritance: Gtk.Window
Datei anzeigen Open project: adlnet-archive/LR-Publisher

Public Methods

Method Description
CsvToLrWindow ( ) : System
PopulateFromCsv ( string path ) : void

Protected Methods

Method Description
Build ( ) : void
PublishDocuments ( object sender, EventArgs e ) : void
ShowMissingFields ( ) : void

Private Methods

Method Description
ValidateRequiredFields ( ) : bool
buildAndShowNotification ( PublishResponse response ) : void
buildEnvelopeFromMapping ( ) : lr_Envelope
loadFromCsv ( string path ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

CsvToLrWindow() public method

public CsvToLrWindow ( ) : System
return System

PopulateFromCsv() public method

public PopulateFromCsv ( string path ) : void
path string
return void

PublishDocuments() protected method

protected PublishDocuments ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

ShowMissingFields() protected method

protected ShowMissingFields ( ) : void
return void