C# Class Castle.ActiveRecord.Tests.Model.Blog

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

Private Properties

Свойство Type Description
GrabSession object
MyCustomMethod object

Méthodes publiques

Méthode Description
Blog ( ) : System
Blog ( int _id ) : System
CustomAction ( ) : void
DeleteAll ( ) : void
DeleteAll ( string where ) : void
Exists ( ) : bool
Exists ( int id ) : bool
Exists ( string filter ) : bool
FetchCount ( ) : int
FetchCount ( string filter ) : int
Find ( int id ) : Blog
FindAll ( ) : Castle.ActiveRecord.Tests.Model.Blog[]
FindByProperty ( String property, String orderByColumn, object value ) : Castle.ActiveRecord.Tests.Model.Blog[]
FindByProperty ( String property, object value ) : Castle.ActiveRecord.Tests.Model.Blog[]

Méthodes protégées

Méthode Description
OnDelete ( ) : void

Lifecycle method invoked during Delete of the entity

OnLoad ( object id ) : void

Lifecycle method invoked during Load of the entity

OnSave ( ) : void

Lifecycle method invoked during Save of the entity

OnUpdate ( ) : void

Lifecycle method invoked during Update of the entity

Private Methods

Méthode Description
GrabSession ( ISession session, object instance ) : object
MyCustomMethod ( ISession session, object blogInstance ) : object

Method Details

Blog() public méthode

public Blog ( ) : System
Résultat System

Blog() public méthode

public Blog ( int _id ) : System
_id int
Résultat System

CustomAction() public méthode

public CustomAction ( ) : void
Résultat void

DeleteAll() public static méthode

public static DeleteAll ( ) : void
Résultat void

DeleteAll() public static méthode

public static DeleteAll ( string where ) : void
where string
Résultat void

Exists() public static méthode

public static Exists ( ) : bool
Résultat bool

Exists() public static méthode

public static Exists ( int id ) : bool
id int
Résultat bool

Exists() public static méthode

public static Exists ( string filter ) : bool
filter string
Résultat bool

FetchCount() public static méthode

public static FetchCount ( ) : int
Résultat int

FetchCount() public static méthode

public static FetchCount ( string filter ) : int
filter string
Résultat int

Find() public static méthode

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

FindAll() public static méthode

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

FindByProperty() public static méthode

public static FindByProperty ( String property, String orderByColumn, object value ) : Castle.ActiveRecord.Tests.Model.Blog[]
property String
orderByColumn String
value object
Résultat Castle.ActiveRecord.Tests.Model.Blog[]

FindByProperty() public static méthode

public static FindByProperty ( String property, object value ) : Castle.ActiveRecord.Tests.Model.Blog[]
property String
value object
Résultat Castle.ActiveRecord.Tests.Model.Blog[]

OnDelete() protected méthode

Lifecycle method invoked during Delete of the entity
protected OnDelete ( ) : void
Résultat void

OnLoad() protected méthode

Lifecycle method invoked during Load of the entity
protected OnLoad ( object id ) : void
id object
Résultat void

OnSave() protected méthode

Lifecycle method invoked during Save of the entity
protected OnSave ( ) : void
Résultat void

OnUpdate() protected méthode

Lifecycle method invoked during Update of the entity
protected OnUpdate ( ) : void
Résultat void