C# Class Castle.ActiveRecord.Tests.Model.StrictModel.Survey

Inheritance: QuestionContainer
Show file Open project: nats/castle-1.0.3-mono Class Usage Examples

Public Methods

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

Method Details

DeleteAll() public static method

public static DeleteAll ( ) : void
return void

Find() public static method

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

FindAll() public static method

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

Survey() public method

public Survey ( ) : System
return System