C# Class Castle.ActiveRecord.Tests.OtherDbBlog

Afficher le fichier Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DeleteAll ( ) : void
Find ( int id ) : OtherDbBlog
FindAll ( ) : Castle.ActiveRecord.Tests.OtherDbBlog[]

Method Details

DeleteAll() public static méthode

public static DeleteAll ( ) : void
Résultat void

Find() public static méthode

public static Find ( int id ) : OtherDbBlog
id int
Résultat OtherDbBlog

FindAll() public static méthode

public static FindAll ( ) : Castle.ActiveRecord.Tests.OtherDbBlog[]
Résultat Castle.ActiveRecord.Tests.OtherDbBlog[]