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

Inheritance: ActiveRecordBase
Show file Open project: nats/castle-1.0.3-mono

Private Properties

Property Type Description

Public Methods

Method Description
DeleteAll ( ) : void
Find ( int id ) : NullableModel
FindAll ( ) : Castle.ActiveRecord.Tests.Model.NullableModel[]
NullableModel ( ) : System

Method Details

DeleteAll() public static method

public static DeleteAll ( ) : void
return void

Find() public static method

public static Find ( int id ) : NullableModel
id int
return NullableModel

FindAll() public static method

public static FindAll ( ) : Castle.ActiveRecord.Tests.Model.NullableModel[]
return Castle.ActiveRecord.Tests.Model.NullableModel[]

NullableModel() public method

public NullableModel ( ) : System
return System