Fields documentation for ContactListitem
Name | Type | Summery | Remarks |
---|---|---|---|
AltSearchResultId | String | Can be filled out with an alternative id to show in the Id column of the search result grid. | |
BusinessEntityId | Int32 | The Id of the businesspartner or business-entityclass. | |
BusinessPartnerType | BusinessEntityTypeEnum | The type tells whether this businesspartner is an owner, agent, supplier, customer, employee or office. | |
CompanyName | String | Contains the company name. | |
ContactType | ContactListItemTypeEnum | The type tells whether the returned information is company-information or personinformation or information on a person in a company. | |
Country | CountryListItem | Property Country. | |
Department | String | The department a person works in. | |
EanLocationNumber | String | EAN location no. | |
EditState | EditStateEnum | EditState is used to keep track of the edit state of items in list/collection properties. The field is initialized to None. For inbounded DTOs derived from this value is overwritten by the correct value from the service consumer doing deserialization. | |
EntityType | Int32 | This property is used to distinguish datacontract classes that serves as a mapper for more than 1 underlying model class. An example of such a class could be: EmployeeOrGroupListItem. The EmployeeOrGroupListItem datacontract class maps both the Employee and Group model class. An employee and group can share the same IDs and it thus becomes impossible to distinguish the two if they are mapped into the same class. This is solved by overriding this property in the child class. In this case the EmployeeOrGroupListItem class. The EmployeeOrGroupListItem class will have its own "Type" enum property to distinguish what it has mapped. This existing Type property is then mapped into the base class' EntityType property. The client framework will then be able to automatically distinguish the enitities from eachother. | |
ExternalId | Int32 | Temporary server assigned unique Id for each datacontract object created in the server without persistece.. this property will use the fix the references of the all cloned objects. | |
FirstName | String | A persons first name. | |
FormattedAddress | String | The contact persons/companys address. The address is formatted according to the rules for formatting postal addresses in Easybook.net. | |
FormattedHomeContactDetails | String | The contact persons/companys contact details at home. The information is formatted to contain all filled-in contact details. | This formatted field must be shown in the users language. Please note, that only fields which are filled in, must be represented. Example 1: +45 11 22 33 44 (phone) +45 99 99 99 99 (mobile) +45 99 88 77 99 (fax no.) sam@yahoo.dk (e-mail) Example 2: +66 88 99 99 99 (mobile) peter@yahoo.dk (e-mail) |
FormattedWorkContactDetails | String | ||
Fullname | String | This field contains the persons salutation, title and full name (salutation + title + first name + last name). | |
Id | Int32 | OpenAccess identity property. | |
JobTitle | String | A persons job title. | |
LastName | String | A persons last name. | |
Salutation | String | Salutation. Examples: Sir, Doctor or CEO. | |
Version | Int32 | OpenAccess concurrency version property. |