Ferreteria/v0.5/portrow

From Woozle Writes Code
< Ferreteria‎ | v0.5
Revision as of 23:00, 9 March 2022 by htyp>Woozle (Created page with "'''Navigation''': {{l/ver|PortBank}} : {{l/ver|PortRow}} ==About== Each PortRow object belongs to a {{l/ver|PortBank}} object. Each '''PortRow''' object contains a set of '''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Navigation: PortBank : PortRow

About

Each PortRow object belongs to a PortBank object.

Each PortRow object contains a set of PortUnit objects corresponding to fields defined or discovered by the parent PortBank.

Types

There are three standard types of PortRow:

  • Native, which is used only for internal calculations (no I/O)
  • Storage, which converts to and from SQL (or, in theory, any other database-storage format)
  • Display, which converts to and from HTML (or, in theory, any other display markup)