C# Class CsvToLrMapRow, LR-Publisher

Mostra file Open project: adlnet-archive/LR-Publisher Class Usage Examples

Public Properties

Property Type Description
IDENTITY_SUBMITTER_TYPES string[]
PAYLOAD_PLACEMENTS string[]
RESOURCE_DATA_TYPES string[]

Public Methods

Method Description
CsvToLrMapRow ( IEnumerable options, string resourceDataDescriptionField ) : System

Protected Methods

Method Description
Build ( ) : void
OnColumnSelectionChanged ( object sender, System e ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

CsvToLrMapRow() public method

public CsvToLrMapRow ( IEnumerable options, string resourceDataDescriptionField ) : System
options IEnumerable
resourceDataDescriptionField string
return System

OnColumnSelectionChanged() protected method

protected OnColumnSelectionChanged ( object sender, System e ) : void
sender object
e System
return void

Property Details

IDENTITY_SUBMITTER_TYPES public_oe property

public string[] IDENTITY_SUBMITTER_TYPES
return string[]

PAYLOAD_PLACEMENTS public_oe property

public string[] PAYLOAD_PLACEMENTS
return string[]

RESOURCE_DATA_TYPES public_oe property

public string[] RESOURCE_DATA_TYPES
return string[]