Class DenominazioneNomeCognome
- Namespace
- FatturaElettronica.Common
- Assembly
- FatturaElettronica.dll
Represents a Anagrafica object
public class DenominazioneNomeCognome : BaseClassSerializable, INotifyPropertyChanged, IEquatable<BaseClass>, IXmlSerializable
- Inheritance
-
DenominazioneNomeCognome
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
DenominazioneNomeCognome()
public DenominazioneNomeCognome()
DenominazioneNomeCognome(XmlReader)
public DenominazioneNomeCognome(XmlReader r)
Parameters
Properties
Cognome
Gets or sets the Cognome.
[DataProperty(2)]
public string Cognome { get; set; }
Property Value
CognomeNome
Returns Cognome and Nome as a single value.
[JsonIgnore]
public string CognomeNome { get; }
Property Value
Remarks
This is not a OrderedDataProperty so it will not be serialized to XML.
Denominazione
Gets or sets the Denominazione.
[DataProperty(0)]
public string Denominazione { get; set; }
Property Value
Nome
Gets or sets the Nome.
[DataProperty(1)]
public string Nome { get; set; }