C# Class Castle.ActiveRecord.Tests.Model.CompositeModel.Org

Inheritance: ActiveRecordBase
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
FetchCount ( ) : int
FetchCount ( string filter ) : int
Find ( string id ) : Org
FindAll ( ) : Castle.ActiveRecord.Tests.Model.CompositeModel.Org[]
Org ( ) : System
Org ( string id, String description ) : System
SaveWithException ( ) : void

Méthodes protégées

Méthode Description
BeforeSave ( IDictionary state ) : bool

Method Details

BeforeSave() protected méthode

protected BeforeSave ( IDictionary state ) : bool
state IDictionary
Résultat bool

DeleteAll() public static méthode

public static DeleteAll ( ) : void
Résultat void

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 ( string id ) : Org
id string
Résultat Org

FindAll() public static méthode

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

Org() public méthode

public Org ( ) : System
Résultat System

Org() public méthode

public Org ( string id, String description ) : System
id string
description String
Résultat System

SaveWithException() public méthode

public SaveWithException ( ) : void
Résultat void