Address Properties |
The Address type exposes the following members.
Name | Description | |
---|---|---|
ActionDB |
Value of Actions enumeration (value without database saved is saved in ActionText)
(Inherited from DataStandard.) | |
ActionText |
Action text of Actions enumeration (value database saved)
(Inherited from DataStandard.) | |
AddressAuto |
Assembles an address automatically or manually.
| |
AddressLetter | 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) | |
AddressLine | This field is read-only and get data from field 'Street, Postcode City' on line | |
AddressManual |
Changed address no conforms standard
| |
Archive |
Is value false then active record
Is value true then archived record
(Inherited from DataStandard.) | |
Birthday |
Birthday of peron's
| |
ChangeTracker |
Provides access to features of the context that deal with change tracking of entities.
(Inherited from DbContext.) | |
Checked |
Use for user interface handling by checkbox (true or false)
(Inherited from DataStandard.) | |
City |
City of address
| |
ClientID |
Record on this client
(Inherited from DataStandard.) | |
ColorUI |
Color handling for user interface e. g. row table
(Inherited from DataStandard.) | |
Company |
Company name of client or user
| |
Configuration |
Provides access to configuration options for the context.
(Inherited from DbContext.) | |
Country |
Country of address
| |
CreateDate |
Date created data record is set by method Insert
(Inherited from DataStandard.) | |
CreateUser |
User who created data record is set by method Insert
(Inherited from DataStandard.) | |
Database |
Creates a Database instance for this context that allows for creation/deletion/existence checks
for the underlying database.
(Inherited from DbContext.) | |
DateTimeValue |
Use for application
(Inherited from DataStandard.) | |
DeleteDate |
Date as deleted data record is set by method Delete
(Inherited from DataStandard.) | |
DeleteUser |
User who deleted data record is set by method Delete
(Inherited from DataStandard.) | |
Description |
Use for application
(Inherited from DataStandard.) | |
Email address
| ||
ExistEmail |
Check exists an email address
| |
Flag |
Use for application
(Inherited from DataStandard.) | |
Forename |
First name is a part of a person's
| |
Gender |
Value of Genders enumeration (value without database saved is saved in GenderText)
| |
GenderText |
Gender text of Genders enumeration (value database saved)
| |
GUID |
GUID for export import
(Inherited from DataStandard.) | |
Help |
no function
(Inherited from DataStandard.) | |
ID |
Unique identifier of record
(Inherited from DataStandard.) | |
Internet |
Internet site of person
| |
Item |
Index handling example this[FieldName]
(Inherited from DataStandard.) | |
Label |
Use for application
(Inherited from DataStandard.) | |
LanguageUI |
UI language of person
| |
LanguageUIID |
UI language of person (foreign key to LanguageUI table)
| |
LanguageUIName | This field is read-only and get data from LanguageUI.Name | |
LastEditDate |
Date last change is set by method Update
(Inherited from DataStandard.) | |
LastEditUser |
User who made last change on data record is set by method Update.
(Inherited from DataStandard.) | |
LastUser |
Gives user name who last work with this data item (create or edit)
(Inherited from DataStandard.) | |
Name |
Optional whether required. Setting at class constructor SOWIData.Database.Connector
(Inherited from DataStandard.) | |
NameOriginalValue |
Orginal value of field Name
(Inherited from DataStandard.) | |
Newsletter |
Setting whether sends the newsletter
| |
Notice |
Note of address
| |
PhoneBusiness |
Phone of business
| |
PhoneHome |
Phone of home
| |
PhoneMobile |
Phone of mobile
| |
Postcode |
Postcode of address
| |
Salutation |
Salutation a letter header e.g. Mr. X
| |
SalutationLetter |
Salutation in a letter e.g. Dear Ladies and Gentlemen
| |
Selection |
Use for user interface handling selection (options)
Integer value example selection by ID
(Inherited from DataStandard.) | |
Shortcut |
Short name
| |
State |
State of address
| |
Status |
Value of Statuses enumeration (without database saved is saved in StatusText)
(Inherited from DataStandard.) | |
StatusText |
Status text of Statuses enumeration (database saved)
(Inherited from DataStandard.) | |
Street |
Street of address
| |
Surname |
Secound name is a part of a person's
| |
Task |
Value of Tasks enumeration (without database saved is saved in TaskText)
(Inherited from DataStandard.) | |
TaskText |
Task text of Tasks enumeration (database saved)
(Inherited from DataStandard.) | |
Text |
Use for application
(Inherited from DataStandard.) | |
Title |
Title of person's
| |
Value |
Use for application
(Inherited from DataStandard.) |
Name | Description | |
---|---|---|
System#Data#Entity#Infrastructure#IObjectContextAdapter#ObjectContext |
Returns the Entity Framework ObjectContext that is underlying this context.
(Inherited from DbContext.) |