C# Class TestSiteARSupport.Model.Comment

Inheritance: Castle.ActiveRecord.ActiveRecordBase
Datei anzeigen Open project: nats/castle-1.0.3-mono

Private Properties

Property Type Description

Public Methods

Method Description
Comment ( ) : Castle.ActiveRecord
Comment ( string from, string text ) : Castle.ActiveRecord
FindAll ( ) : TestSiteARSupport.Model.Comment[]

Method Details

Comment() public method

public Comment ( ) : Castle.ActiveRecord
return Castle.ActiveRecord

Comment() public method

public Comment ( string from, string text ) : Castle.ActiveRecord
from string
text string
return Castle.ActiveRecord

FindAll() public static method

public static FindAll ( ) : TestSiteARSupport.Model.Comment[]
return TestSiteARSupport.Model.Comment[]