ParameterDataServices

Provides data services for the a multi-tenant parameter table.

Namespace:
Inetdev.Multitenancy
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
Inetdev.Multitenancy.MultitenantDataServices

Constructors

ParameterDataServices

Default constructor

Signature:
public Void ParameterDataServices()

Properties

Alias

The alias for the underlaying table.

Signature:
public String Alias { get; set; }

Fields

A collection of Fields that defines the table columns.

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

Table

The name of the underlaying table.

Signature:
public String Table { get; set; }