C# Class EventServer.Core.Domain.Page

Inheritance: System.Entity
Afficher le fichier Open project: roundtable/EventServer Class Usage Examples

Méthodes publiques

Méthode Description
Page ( ) : System
Page ( string author, string title, string content, string description, string slug, bool isPublished ) : System

Method Details

Page() public méthode

public Page ( ) : System
Résultat System

Page() public méthode

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
Résultat System