Initializes a new instance of the ContactInfo class

Namespace: Cartella.Models
Assembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
public ContactInfo(
	SiteConstant company,
	SiteConstant slogan,
	SiteConstant address,
	SiteConstant phone,
	SiteConstant email,
	int companyWidth,
	int sloganWidth,
	int addressWidth,
	int phoneWidth,
	int emailWidth
)
Visual Basic
Public Sub New ( _
	company As SiteConstant, _
	slogan As SiteConstant, _
	address As SiteConstant, _
	phone As SiteConstant, _
	email As SiteConstant, _
	companyWidth As Integer, _
	sloganWidth As Integer, _
	addressWidth As Integer, _
	phoneWidth As Integer, _
	emailWidth As Integer _
)
Visual C++
public:
ContactInfo(
	SiteConstant^ company, 
	SiteConstant^ slogan, 
	SiteConstant^ address, 
	SiteConstant^ phone, 
	SiteConstant^ email, 
	int companyWidth, 
	int sloganWidth, 
	int addressWidth, 
	int phoneWidth, 
	int emailWidth
)

See Also