TableNumeratorDataService

TableNumeratorDataService implements the data services for the Commons.Numerator table.

Namespace:
KpokPatagon.Commons
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No

Remarks

This service does not have any configuration for the required services for it to work.

All required services like the CommandBuilder and DataModelCommandBuilder must be configured by a DataServiceOptions<TableNumeratorDataService> configuration within the dependency injection service collection.

Constructors

TableNumeratorDataService

Default constructor

Signature:
public Void TableNumeratorDataService()

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; }