Table of Contents

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

string

Codici

public HashSet<string> Codici { get; }

Property Value

HashSet<string>

Descrizione

public string Descrizione { get; }

Property Value

string

List

public abstract Tabella[] List { get; }

Property Value

Tabella[]

Nome

public string Nome { get; set; }

Property Value

string