Show / Hide Table of Contents

Class TenantEto

Inheritance
object
TenantEto
Implements
IHasEntityVersion
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Saas
Assembly: Volo.Saas.Domain.Shared.dll
Syntax
public class TenantEto : IHasEntityVersion

Constructors

TenantEto()

Declaration
public TenantEto()

Properties

EditionEndDateUtc

Declaration
public DateTime? EditionEndDateUtc { get; set; }
Property Value
Type Description
DateTime?

EditionId

Declaration
public Guid? EditionId { get; set; }
Property Value
Type Description
Guid?

EntityVersion

Declaration
public int EntityVersion { get; set; }
Property Value
Type Description
int

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
Guid

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Implements

Volo.Abp.Auditing.IHasEntityVersion
In this article
Back to top Powered by Volosoft