Class Author
Inheritance
object
Entity<System.Guid>
BasicAggregateRoot<System.Guid>
AggregateRoot<System.Guid>
Author
Inherited Members
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TestApp.Domain
Assembly: Volo.Abp.EntityFrameworkCore.Tests.dll
Syntax
public class Author : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
Author(Guid, string)
Declaration
public Author(Guid id, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid | id | |
| string | name |
Properties
Books
Declaration
public ICollection<Book> Books { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<T><Book> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |