Click or drag to resize

ContactDetails(IContactDetails) Constructor

Car Delivery Network
Initializes a new instance of the ContactDetails class with fields copied from the specified contact

Namespace: CarDeliveryNetwork.Api.Data
Assembly: CarDeliveryNetwork.Api.Data (in CarDeliveryNetwork.Api.Data.dll) Version: 3.2.3101.0 (3.2.3101)
Syntax
C#
public ContactDetails(
	IContactDetails c
)

Parameters

c  IContactDetails
The contact to copy into this new instance
See Also