Click or drag to resize
ArgeFileTData Class
Basisimplementierung einer Datenaustauschdatei
Inheritance Hierarchy
SystemObject
  ArgeHeiwako.IOArgeFileTData
    ArgeHeiwako.IOAnteilSteuerlicheLeistungsartFile
    ArgeHeiwako.IONutzerAbrechnungBildFile
    ArgeHeiwako.IOOrdnungsbegriffeFile

Namespace: ArgeHeiwako.IO
Assembly: ArgeHeiwako.IO (in ArgeHeiwako.IO.dll) Version: 0.3.0-alpha
Syntax
C#
public abstract class ArgeFile<TData> : IArgeFile<TData>

Type Parameters

TData

[Missing <typeparam name="TData"/> documentation for "T:ArgeHeiwako.IO.ArgeFile`1"]

The ArgeFileTData type exposes the following members.

Constructors
  NameDescription
Public methodArgeFileTData
Erstellt eine neue ArgeFileTData-Instanz
Top
Properties
  NameDescription
Public propertyCreated
Liefert den Erstellungszeitpunkt der Datei
Public propertyDatensaetze
Liefert die in der Datei enthaltenen Datensätze
Public propertyFileName
Liefert den Dateinamen der Datenaustauschdatei
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also