Class BookInSecondDbContext
Inheritance
BookInSecondDbContext
Assembly: Volo.Abp.MongoDB.Tests.SecondContext.dll
Syntax
public class BookInSecondDbContext : AggregateRoot<Guid>, IAggregateRoot<Guid>, IEntity<Guid>, IAggregateRoot, IEntity, IGeneratesDomainEvents, IHasExtraProperties, IHasConcurrencyStamp
Constructors
BookInSecondDbContext()
Declaration
public BookInSecondDbContext()
BookInSecondDbContext(Guid, string)
Declaration
public BookInSecondDbContext(Guid id, string name)
Parameters
Properties
Name
Declaration
public string Name { get; set; }
Property Value
Implements
Extension Methods