Class Author
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
Properties
Books
Declaration
public ICollection<Book> Books { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Implements
Extension Methods