Click or drag to resize

ExportDestination Class

Represents a destination location when exporting data using MultipleDestinationExporter.
Inheritance Hierarchy
SystemObject
  GSF.IOExportDestination

Namespace: GSF.IO
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public class ExportDestination
View Source

The ExportDestination type exposes the following members.

Constructors
 NameDescription
Public methodExportDestination Constructs a new ExportDestination.
Public methodExportDestination(String, Boolean, String, String, String) Constructs a new ExportDestination given the specified parameters.
Top
Properties
 NameDescription
Public propertyConnectToShare Determines whether or not to attempt network connection to share specified in DestinationFile.
Public propertyDestinationFile Path and file name of export destination.
Public propertyDomain Domain used to authenticate network connection if ConnectToShare is true.
Public propertyFileName Path and filename of DestinationFile without drive or server share prefix.
Public propertyPassword Password used to authenticate network connection if ConnectToShare is true.
Public propertyShare Path root of DestinationFile (e.g., E:\ or \\server\share).
Public propertyUserName User name used to authenticate network connection if ConnectToShare is true.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Returns a String that represents the current ExportDestination.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also