Property | Type | Description |
---|
Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the current Export object is equal to obj.
|
|
Export ( ) : System |
Initializes a new instance of the Export class.
|
|
FindRecord ( string instance, int identifier ) : |
Returns the ExportRecord for the specified instance and identifier from the Records.
|
|
FindRecords ( string instance ) : IList |
Returns the ExportRecords for the specified instance from the Records.
|
|
FindSetting ( string settingName ) : |
Returns the ExportSetting for the specified settingName from the Settings.
|
|
GetHashCode ( ) : int |
Returns the hash code for the current Export object.
|
|
ShouldProcess ( ) : bool |
Determines if it is time to process the Export if its Type is ExportType.Intervaled.
|
public Equals ( object obj ) : bool | ||
obj | object | Object against which the current |
return | bool |
public FindRecord ( string instance, int identifier ) : |
||
instance | string | |
identifier | int | |
return |
public FindRecords ( string instance ) : IList |
||
instance | string | |
return | IList |
public FindSetting ( string settingName ) : |
||
settingName | string | |
return |