TableNumeratorDataServices

TableNumeratorDataServices implements the data services for the Commons.NUMERATOR table.

Namespace:
Inetdev.Commons
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Data.DataServices

Constructors

TableNumeratorDataServices

Default constructor

Signature:
public Void TableNumeratorDataServices()

Properties

Alias

The alias for the underlaying table.

Signature:
public String Alias { get; set; }

Fields

A dictionary of field configuration for the underlaying table.

Signature:
public IDictionary<String, Field> Fields { get; set; }

Table

The name of the underlaying table.

Signature:
public String Table { get; set; }