Class ExtensibleEntityDto<TKey>
Inheritance
object
ExtensibleEntityDto<TKey>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Application.Dtos
Assembly: Volo.Abp.Ddd.Application.Contracts.dll
Syntax
public abstract class ExtensibleEntityDto<TKey> : ExtensibleObject, IHasExtraProperties, IValidatableObject, IEntityDto<TKey>, IEntityDto
Type Parameters
Name | Description |
---|---|
TKey |
Constructors
ExtensibleEntityDto()
Declaration
protected ExtensibleEntityDto()
ExtensibleEntityDto(bool)
Declaration
protected ExtensibleEntityDto(bool setDefaultsForExtraProperties)
Parameters
Type | Name | Description |
---|---|---|
bool | setDefaultsForExtraProperties |
Properties
Id
Declaration
public TKey Id { get; set; }
Property Value
Type | Description |
---|---|
TKey |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |
Overrides
object.ToString()
Implements
System.ComponentModel.DataAnnotations.IValidatableObject