Class Tabella
- Namespace
- FatturaElettronica.Tabelle
- Assembly
- FatturaElettronica.dll
public abstract class Tabella
- Inheritance
-
Tabella
- Derived
- Inherited Members
Properties
Codice
public string Codice { get; protected set; }
Property Value
Codici
public HashSet<string> Codici { get; }
Property Value
Descrizione
public string Descrizione { get; }
Property Value
List
public abstract Tabella[] List { get; }
Property Value
- Tabella[]
Nome
public string Nome { get; set; }