C# Class TestSiteARSupport.Model.Comment

Inheritance: Castle.ActiveRecord.ActiveRecordBase
Afficher le fichier Open project: nats/castle-1.0.3-mono

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Comment() public méthode

public Comment ( ) : Castle.ActiveRecord
Résultat Castle.ActiveRecord

Comment() public méthode

public Comment ( string from, string text ) : Castle.ActiveRecord
from string
text string
Résultat Castle.ActiveRecord

FindAll() public static méthode

public static FindAll ( ) : TestSiteARSupport.Model.Comment[]
Résultat TestSiteARSupport.Model.Comment[]