Initializes a new instance of the ContactInfo class
Namespace: Cartella.ModelsAssembly: 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 ) |
Parameters
- company
- Type: Cartella.Models..::..SiteConstant
- slogan
- Type: Cartella.Models..::..SiteConstant
- address
- Type: Cartella.Models..::..SiteConstant
- phone
- Type: Cartella.Models..::..SiteConstant
- Type: Cartella.Models..::..SiteConstant
- companyWidth
- Type: System..::..Int32
- sloganWidth
- Type: System..::..Int32
- addressWidth
- Type: System..::..Int32
- phoneWidth
- Type: System..::..Int32
- emailWidth
- Type: System..::..Int32