Click or drag to resize

Address Class

Address data for migration
Inheritance Hierarchy
SystemObject
  Velo.Database.Migration.ModelsAddress

Namespace:  Velo.Database.Migration.Models
Assembly:  Velo.Database.Migration (in Velo.Database.Migration.exe) Version: 22.2.10.1 (22.2.10.450)
Syntax
public class Address

The Address type exposes the following members.

Constructors
  NameDescription
Public methodAddress
Initializes a new instance of the Address class. Constructor without parameter
Public methodAddress(DataRow)
Initializes a new instance of the Address class. Constructor with parameter
Top
Properties
  NameDescription
Public propertyAdresse1
Adresse 1. Zeile
Public propertyAdresse2
Adresse 2. Zeile
Public propertyID
Address ID
Public propertyLabel
Label of address: Vorname, Name, Adresse1, Adresse2, Ort
Public propertyName
Familienname
Public propertyOrt
Ort
Public propertyVorname
Vorname
Top
Extension Methods
  NameDescription
Public Extension MethodCode exampleConvertDateFromSQL
Convert SQL date include value null
(Defined by Extension.)
Public Extension MethodConvertDateToSQL
Convert C# date type to SQL date type
(Defined by Extension.)
Top
See Also