Class BlogPost
Inherited Members
Namespace: Volo.Abp.TestApp.Domain
Assembly: Volo.Abp.EntityFrameworkCore.Tests.dll
Syntax
public class BlogPost : Entity<Guid>, IEntity<Guid>, IEntity
Constructors
BlogPost(Guid)
Declaration
public BlogPost(Guid id)
Parameters
| Type | Name | Description |
|---|---|---|
| Guid | id |
Properties
Blog
Declaration
public Blog Blog { get; set; }
Property Value
| Type | Description |
|---|---|
| Blog |
BlogId
Declaration
public Guid BlogId { get; set; }
Property Value
| Type | Description |
|---|---|
| Guid |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |