Class Località
- Namespace
- FatturaElettronica.Common
- Assembly
- FatturaElettronica.dll
Represents a Anagrafica object
public abstract class Località : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
- Inheritance
-
Località
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Località()
Constructor.
protected Località()
Località(XmlReader)
protected Località(XmlReader r)
Parameters
Properties
CAP
Codice Avviamento Postale.
[DataProperty(36)]
public string CAP { get; set; }
Property Value
Comune
Comune.
[DataProperty(42)]
public string Comune { get; set; }
Property Value
Indirizzo
Indirizzo (nome della via, piazza etc.)
[DataProperty(24)]
public string Indirizzo { get; set; }
Property Value
Nazione
Codice della nazione espresso secondo lo standard ISO 3166-1 alpha-2 code.
[DataProperty(54)]
public string Nazione { get; set; }
Property Value
NumeroCivico
Numero civico riferito all'indirizzo (non indicare se già presente nel campo indirizzo).
[DataProperty(30)]
public string NumeroCivico { get; set; }
Property Value
Provincia
Sigla della provincia di appartenenza del comune.
[DataProperty(48)]
public string Provincia { get; set; }