Click or drag to resize

Export Methods

The Export type exposes the following members.

Methods
  Name Description
Public method Equals Determines whether the current Export object is equal to obj.
(Overrides ObjectEquals(Object))
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public method FindRecord Returns the ExportRecord for the specified instance and identifier from the Records.
Public method FindRecords Returns the ExportRecords for the specified instance from the Records.
Public method FindSetting Returns the ExportSetting for the specified settingName from the Settings.
Public method GetHashCode Returns the hash code for the current Export object.
(Overrides ObjectGetHashCode)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public method ShouldProcess Determines if it is time to process the Export if its Type is Intervaled.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also