Click or drag to resize

Address Properties

The Address type exposes the following members.

Properties
  NameDescription
Public propertyActionDB
Value of Actions enumeration (value without database saved is saved in ActionText)
(Inherited from DataStandard.)
Public propertyActionText
Action text of Actions enumeration (value database saved)
(Inherited from DataStandard.)
Public propertyAddressAuto
Assembles an address automatically or manually.
Public propertyAddressLetter

This field is read-only and get data from this object field AddressManual when AddressAuto equal no (false) else from fields this object set under Post norm (Company, Andrede, Forename, Name, Street, Postcode and City)

Public propertyAddressLine

This field is read-only and get data from field 'Street, Postcode City' on line

Public propertyAddressManual
Changed address no conforms standard
Public propertyArchive
Is value false then active record Is value true then archived record
(Inherited from DataStandard.)
Public propertyBirthday
Birthday of peron's
Public propertyChangeTracker
Provides access to features of the context that deal with change tracking of entities.
(Inherited from DbContext.)
Public propertyChecked
Use for user interface handling by checkbox (true or false)
(Inherited from DataStandard.)
Public propertyCity
City of address
Public propertyClientID
Record on this client
(Inherited from DataStandard.)
Public propertyColorUI
Color handling for user interface e. g. row table
(Inherited from DataStandard.)
Public propertyCompany
Company name of client or user
Public propertyConfiguration
Provides access to configuration options for the context.
(Inherited from DbContext.)
Public propertyCountry
Country of address
Public propertyCreateDate
Date created data record is set by method Insert
(Inherited from DataStandard.)
Public propertyCreateUser
User who created data record is set by method Insert
(Inherited from DataStandard.)
Public propertyDatabase
Creates a Database instance for this context that allows for creation/deletion/existence checks for the underlying database.
(Inherited from DbContext.)
Public propertyDateTimeValue
Use for application
(Inherited from DataStandard.)
Public propertyDeleteDate
Date as deleted data record is set by method Delete
(Inherited from DataStandard.)
Public propertyDeleteUser
User who deleted data record is set by method Delete
(Inherited from DataStandard.)
Public propertyDescription
Use for application
(Inherited from DataStandard.)
Public propertyEmail
Email address
Public propertyExistEmail
Check exists an email address
Public propertyFlag
Use for application
(Inherited from DataStandard.)
Public propertyForename
First name is a part of a person's
Public propertyGender
Value of Genders enumeration (value without database saved is saved in GenderText)
Public propertyGenderText
Gender text of Genders enumeration (value database saved)
Public propertyGUID
GUID for export import
(Inherited from DataStandard.)
Public propertyHelp
no function
(Inherited from DataStandard.)
Public propertyID
Unique identifier of record
(Inherited from DataStandard.)
Public propertyInternet
Internet site of person
Public propertyItem
Index handling example this[FieldName]
(Inherited from DataStandard.)
Public propertyLabel
Use for application
(Inherited from DataStandard.)
Public propertyLanguageUI
UI language of person
Public propertyLanguageUIID
UI language of person (foreign key to LanguageUI table)
Public propertyLanguageUIName

This field is read-only and get data from LanguageUI.Name

Public propertyLastEditDate
Date last change is set by method Update
(Inherited from DataStandard.)
Public propertyLastEditUser
User who made last change on data record is set by method Update.
(Inherited from DataStandard.)
Public propertyLastUser
Gives user name who last work with this data item (create or edit)
(Inherited from DataStandard.)
Public propertyName
Optional whether required. Setting at class constructor SOWIData.Database.Connector
(Inherited from DataStandard.)
Public propertyNameOriginalValue
Orginal value of field Name
(Inherited from DataStandard.)
Public propertyNewsletter
Setting whether sends the newsletter
Public propertyNotice
Note of address
Public propertyPhoneBusiness
Phone of business
Public propertyPhoneHome
Phone of home
Public propertyPhoneMobile
Phone of mobile
Public propertyPostcode
Postcode of address
Public propertySalutation
Salutation a letter header e.g. Mr. X
Public propertySalutationLetter
Salutation in a letter e.g. Dear Ladies and Gentlemen
Public propertySelection
Use for user interface handling selection (options) Integer value example selection by ID
(Inherited from DataStandard.)
Public propertyShortcut
Short name
Public propertyState
State of address
Public propertyStatus
Value of Statuses enumeration (without database saved is saved in StatusText)
(Inherited from DataStandard.)
Public propertyStatusText
Status text of Statuses enumeration (database saved)
(Inherited from DataStandard.)
Public propertyStreet
Street of address
Public propertySurname
Secound name is a part of a person's
Public propertyTask
Value of Tasks enumeration (without database saved is saved in TaskText)
(Inherited from DataStandard.)
Public propertyTaskText
Task text of Tasks enumeration (database saved)
(Inherited from DataStandard.)
Public propertyText
Use for application
(Inherited from DataStandard.)
Public propertyTitle
Title of person's
Public propertyValue
Use for application
(Inherited from DataStandard.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertySystem#Data#Entity#Infrastructure#IObjectContextAdapter#ObjectContext
Returns the Entity Framework ObjectContext that is underlying this context.
(Inherited from DbContext.)
Top
See Also