Property | Type | Description | |
---|---|---|---|
GetGeoCodeResults | GeocodeResult | ||
GetValue | string | ||
ImportData | void | ||
ResolveCountry | int | ||
ResolveState | int | ||
UpdateImportedLocationRow | void |
Method | Description | |
---|---|---|
CollectData ( DotNetNuke.Services.FileSystem.FolderInfo folderInfo, int startIndex, int portalId ) : void | ||
DataImportScheduler ( DotNetNuke scheduleHistoryItem ) : System | ||
DoWork ( ) : void | ||
FileMove ( bool success ) : bool | ||
GetGeoCoordinates ( int tabModuleId, string address1, string city, int regionId, string zip, int countryId ) : GeocodeResult | ||
ParseCSV ( DotNetNuke fileInfo, int startIndex ) : void | ||
StageData ( |
Method | Description | |
---|---|---|
GetGeoCodeResults ( int tabModuleId, string address, string city, int regionId, string zip, int countryId ) : GeocodeResult | ||
GetValue ( CsvReader reader, string colName ) : string | ||
ImportData ( int portalId ) : void | ||
ResolveCountry ( string country ) : int | ||
ResolveState ( string state ) : int | ||
UpdateImportedLocationRow ( int fileId ) : void |
public CollectData ( DotNetNuke.Services.FileSystem.FolderInfo folderInfo, int startIndex, int portalId ) : void | ||
folderInfo | DotNetNuke.Services.FileSystem.FolderInfo | |
startIndex | int | |
portalId | int | |
return | void |
public DataImportScheduler ( DotNetNuke scheduleHistoryItem ) : System | ||
scheduleHistoryItem | DotNetNuke | |
return | System |
public static GetGeoCoordinates ( int tabModuleId, string address1, string city, int regionId, string zip, int countryId ) : GeocodeResult | ||
tabModuleId | int | |
address1 | string | |
city | string | |
regionId | int | |
zip | string | |
countryId | int | |
return | GeocodeResult |
public ParseCSV ( DotNetNuke fileInfo, int startIndex ) : void | ||
fileInfo | DotNetNuke | |
startIndex | int | |
return | void |
public StageData ( |
||
files | ||
folderInfo | DotNetNuke.Services.FileSystem.FolderInfo | |
return | void |