C# Class CsvToLrWindow, LR-Publisher

Inheritance: Gtk.Window
Afficher le fichier Open project: adlnet-archive/LR-Publisher

Méthodes publiques

Méthode Description
CsvToLrWindow ( ) : System
PopulateFromCsv ( string path ) : void

Méthodes protégées

Méthode Description
Build ( ) : void
PublishDocuments ( object sender, EventArgs e ) : void
ShowMissingFields ( ) : void

Private Methods

Méthode Description
ValidateRequiredFields ( ) : bool
buildAndShowNotification ( PublishResponse response ) : void
buildEnvelopeFromMapping ( ) : lr_Envelope
loadFromCsv ( string path ) : void

Method Details

Build() protected méthode

protected Build ( ) : void
Résultat void

CsvToLrWindow() public méthode

public CsvToLrWindow ( ) : System
Résultat System

PopulateFromCsv() public méthode

public PopulateFromCsv ( string path ) : void
path string
Résultat void

PublishDocuments() protected méthode

protected PublishDocuments ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ShowMissingFields() protected méthode

protected ShowMissingFields ( ) : void
Résultat void