Online documentation - Websydian v6.0 |
Users Guide | Patterns Reference | WebsydianExpress | Search |
The Contact entity describes a generic, international contact information and address structure. It is intended to be used as a field contributor to the GenericUser entity, serving as an address structure template.
MyShop.Data.UserManagement.Data.GenericUser | is a ENT | MyShop.Abstract.Contact |
The Contact entity defines the following fields, all defined as optional:
Fields.ContactEMail | E-mail address field. |
Fields.ContactFullName | Full Name of Visitor/User. |
Fields.ContactAddressLine1 | Line 1 of postal address. |
Fields.ContactAddressLine2 | Line 2 of postal address. |
Fields.ContactCity | City. |
Fields.ContactRegion | State, Province, or Region, depending on the country in question. The field scopes a full label State\Province\Region. |
Fields.ContactPostalCode | ZIP or postal code. |
Fields.ContactCountry | Country. Supply values to this field of you want to restrict the domain to certain countries. |
Fields.ContactPhone | Phone number. |
The Contact entity does not inherit from any pattern.