DatabaseServerDataServices

DatabaseServerDataServices implements the data services for the TenantStore.DBSERVER table.

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

Constructors

DatabaseServerDataServices

Default constructor

Signature:
public Void DatabaseServerDataServices()

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

Methods

FilterAsync

Filters database servers applying the first term (if any) to the name column.

Signature:
public Task FilterAsync(listing)
Parameters
Name Type Summary
listing Listing<DatabaseServer> Argument to filter the server list.
Exceptions
Type Summary
ArgumentNullException Thrown when listing is null.