Table of Contents

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

Blog

BlogId

public int BlogId { get; set; }

Property Value

int

Content

public string Content { get; set; }

Property Value

string

PostId

public int PostId { get; set; }

Property Value

int

Title

public string Title { 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.