C# Class MvcApplication3.Models.Articles

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: antte/Mongoosewiki-mvc2 Class Usage Examples

Private Properties

Property Type Description
OnBodyChanged void
OnBodyChanging void
OnIdChanged void
OnIdChanging void
OnTitleChanged void
OnTitleChanging void

Public Methods

Method Description
CreateArticles ( global id, global title ) : Articles

Create a new Articles object.

Private Methods

Method Description
OnBodyChanged ( ) : void
OnBodyChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnTitleChanged ( ) : void
OnTitleChanging ( global value ) : void

Method Details

CreateArticles() public static method

Create a new Articles object.
public static CreateArticles ( global id, global title ) : Articles
id global Initial value of the Id property.
title global Initial value of the Title property.
return Articles