Class Blog
- Namespace
- MASES.EntityFrameworkCore.KNet.Templates
- Assembly
- kefcoreApp.dll
public class Blog
- Inheritance
-
Blog
- Inherited Members
Properties
BlogId
public int BlogId { get; set; }
Property Value
Posts
public List<Post> Posts { get; set; }
Property Value
Rating
public int Rating { get; set; }
Property Value
Url
public string Url { 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.