Show / Hide Table of Contents

Class EditionEto

Inheritance
object
EditionEto
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 EditionEto : IHasEntityVersion

Constructors

EditionEto()

Declaration
public EditionEto()

Properties

DisplayName

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

EntityVersion

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

Id

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

Implements

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