Class AccessGateway.TenantRegistrationInfo
Inheritance
AccessGateway.TenantRegistrationInfo
Assembly: SoDataBase.dll
Syntax
public class TenantRegistrationInfo : Object
Constructors
TenantRegistrationInfo()
Declaration
public TenantRegistrationInfo()
Properties
CompanyName
Declaration
public string CompanyName { get; set; }
Property Value
DbTag
Declaration
public string DbTag { get; set; }
Property Value
RedirectUrl
Declaration
public string RedirectUrl { get; set; }
Property Value
SerialNumber
Declaration
public string SerialNumber { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)