C# Class EventServer.Core.Domain.Page

Inheritance: System.Entity
ファイルを表示 Open project: roundtable/EventServer Class Usage Examples

Public Methods

Method Description
Page ( ) : System
Page ( string author, string title, string content, string description, string slug, bool isPublished ) : System

Method Details

Page() public method

public Page ( ) : System
return System

Page() public method

public Page ( string author, string title, string content, string description, string slug, bool isPublished ) : System
author string
title string
content string
description string
slug string
isPublished bool
return System