C# Class Unosquare.TenantCore.Tenant

Represents a common Tenant
Inheritance: ITenant
Exibir arquivo Open project: unosquare/tenantcore

Public Methods

Method Description
Tenant ( long id, string name, string domain, string connectionString = null ) : System.Collections.Generic

Creates a new Tenant

Method Details

Tenant() public method

Creates a new Tenant
public Tenant ( long id, string name, string domain, string connectionString = null ) : System.Collections.Generic
id long The ID
name string The name
domain string The related Domain
connectionString string Optional ConnectiongString
return System.Collections.Generic