Table of Contents

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

int

Posts

public List<Post> Posts { get; set; }

Property Value

List<Post>

Rating

public int Rating { get; set; }

Property Value

int

Url

public string Url { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.