Skip to content

Indirizzo class

Address.

public class Indirizzo : BaseEntity

Public Members

name description
Indirizzo() The default constructor.
AnagraficaId { get; set; } Unique Anagrafica id.
Cap { get; set; } Zip or area code.
Email { get; set; } Email address.
Fax { get; set; } Fax number.
Località { get; set; } Location.
Provincia { get; set; } County, province, or area name.
RagioneSociale1 { get; set; } Business name, or the individual's fist and last name.
RagioneSociale2 { get; set; } Eventual second line for the business name.
Stato { get; set; } Wether the address is active or not.
Telefono1 { get; set; } Primary phone number.
Telefono2 { get; set; } Secondary phone number.
Via { get; set; } Street address.

See Also