Property | Type | Description | |
---|---|---|---|
DataNodes | List |
||
DisableAuditing | bool | ||
ImportDateTime | System.DateTime | ||
ReportingNumber | int |
Method | Description | |
---|---|---|
LoadSchema ( string fileName ) : bool |
Loads the database into memory and fills a DataNode instance.
|
|
LogException ( string category, string message ) : void |
Logs the exception.
|
|
PreviewData ( string nodeId ) : |
Previews the data.
|
|
ReportPartialProgress ( ) : void |
Reports a partial progress with extra ellipses
|
|
ReportProgress ( int progress, string status ) : void |
Reports the progress with a custom status.
|
|
ToString ( ) : string |
Returns the full name of this excavator type.
|
|
TransformData ( string>.Dictionary |
Transforms the data.
|
public abstract LoadSchema ( string fileName ) : bool | ||
fileName | string | |
return | bool |
public static LogException ( string category, string message ) : void | ||
category | string | The category. |
message | string | The message. |
return | void |
public PreviewData ( string nodeId ) : |
||
nodeId | string | |
return |
public ReportProgress ( int progress, string status ) : void | ||
progress | int | The progress. |
status | string | The status. |
return | void |
public abstract TransformData ( string>.Dictionary |
||
settings | string>.Dictionary | The settings. |
return | int |
public static DateTime,System ImportDateTime | ||
return | System.DateTime |