Class Post
- Namespace
- MASES.EntityFrameworkCore.KNet.Templates
- Assembly
- kefcoreApp.dll
public class Post
- Inheritance
-
Post
- Inherited Members
Properties
Blog
public Blog Blog { get; set; }
Property Value
BlogId
public int BlogId { get; set; }
Property Value
Content
public string Content { get; set; }
Property Value
PostId
public int PostId { get; set; }
Property Value
Title
public string Title { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.