Click or drag to resize

Address Class

Address data item
Inheritance Hierarchy
SystemObject
  Velo.Data.ModelsAddress

Namespace:  Velo.Data.Models
Assembly:  Velo.Data (in Velo.Data.dll) 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(IDataRecord)
Initializes a new instance of the Address class. Constructor with parameter of data record to fill this data item
Top
Properties
  NameDescription
Public propertyAddress1
Address line 1. Default "".
Public propertyAddress2
Address line 2. Default "".
Public propertyCity
City. Default "".
Public propertyCompany
Company name. Default "".
Public propertyCreated
Create date. Default now.
Public propertyEmail
E-mail address. Default "".
Public propertyFirstName
First name. Default "".
Public propertyHasRelationship
Has relationship to bike history and to report
Public propertyID
Data item identification from database. Default value is 0.
Public propertyInformation
Information about address. Default "".
Public propertyInternet
Internet address. Default "".
Public propertyLabel
Address label (FirstName, Name, Address1, City)
Public propertyLettersAddress
Give letters address (Briefadresse)
Public propertyName
Name or surname. Default "".
Public propertyRelationship
Relationship from address to bike history and to report
Public propertyTelephon1
Telephone number 2. Default "".
Public propertyTelephon2
Telephone number 1. Default name "".
Public propertyTelephon3
Telephone number 3. Default "".
Public propertyWeight
Weight. Default "".
Public propertyZip
Zip. Default name "".
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