Property | Type | Description | |
---|---|---|---|
isDebug | bool | ||
isLazyByDefault | bool | ||
pluralizeTableNames | bool | ||
type2Model | IDictionary |
Method | Description | |
---|---|---|
Accept ( IVisitor visitor ) : void |
Accepts the specified visitor and call the relevant IVisitor.Visit***() method
|
|
ActiveRecordModel ( |
Initializes a new instance of the ActiveRecordModel class.
|
|
GetModel ( |
Gets the Framework.Internal.ActiveRecordModel for a given ActiveRecord class.
|
|
GetModels ( ) : Castle.ActiveRecord.Framework.Internal.ActiveRecordModel[] |
Gets an array containing the Framework.Internal.ActiveRecordModel for every registered ActiveRecord class.
|
Method | Description | |
---|---|---|
GetNonProxy ( |
Get the base type is the object is lazy
|
|
Register ( |
Used internally register an association between a type and its model
|
public Accept ( IVisitor visitor ) : void | ||
visitor | IVisitor | The visitor. |
return | void |
public ActiveRecordModel ( |
||
type | The type. | |
return | System |
public static GetModel ( |
||
arType | ||
return |
public static GetModels ( ) : Castle.ActiveRecord.Framework.Internal.ActiveRecordModel[] | ||
return | Castle.ActiveRecord.Framework.Internal.ActiveRecordModel[] |
protected static bool pluralizeTableNames | ||
return | bool |