Click or drag to resize
IoDataFormat Class
Defines parameters for specific data format being imported from or exported to.
Inheritance Hierarchy
SystemObject
  FDF.Common.IOIoDataFormat

Namespace: FDF.Common.IO
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public class IoDataFormat : IEquatable<IoDataFormat>

The IoDataFormat type exposes the following members.

Constructors
  NameDescription
Public methodIoDataFormat
Initializes a new instance of the IoDataFormat class. File format is considered folder-based.
Public methodIoDataFormat(String, String)
Initializes a new instance of the IoDataFormat class. File format is considered folder-based.
Public methodIoDataFormat(String, String, String)
Initializes a new instance of the IoDataFormat class. File format is considered file-based.
Public methodIoDataFormat(String, String, String, String, String)
Initializes a new instance of the IoDataFormat class. File format is considered file-based.
Top
Properties
  NameDescription
Public propertyDescription
Gets or sets description of the file format.
Public propertyExtension
Gets or sets file extension (without a leading dot).
Public propertyIsFileBased
Gets or sets whether specific file format is based on a single file. Some formats are scattered among multiple files in a folder. Returns True if file format is based on a single file, False otherwise.
Public propertyName
Gets or sets the name of the file format.
Public propertyParameters
Gets or sets optional connection string parameters used by file format provider.
Public propertyUrl
Gets or sets optional URL string used by file format provider.
Top
Methods
Remarks
See Also