class Anagrafica


Base class:

DenominazioneNomeCognome

Implemented interfaces:

INotifyPropertyChanged
IEquatable<T>
IXmlSerializable

Derived types:

This type is not derived by any type in DocsMarshal.


Constructors

Anagrafica ()


Anagrafica (XmlReader r)


Properties

String CodEORI { get; set; }


String Cognome { get; set; }


String CognomeNome { get; }


String Denominazione { get; set; }


String Nome { get; set; }


String Titolo { get; set; }