C# Class SakilaBusinessLogic.my_aspnet_sessioncleanup

Inheritance: System.Data.Objects.DataClasses.EntityObject
Exibir arquivo Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Private Properties

Property Type Description
OnIntervalMinutesChanged void
OnIntervalMinutesChanging void
OnLastRunChanged void
OnLastRunChanging void

Public Methods

Method Description
Createmy_aspnet_sessioncleanup ( global lastRun, global intervalMinutes ) : my_aspnet_sessioncleanup

Create a new my_aspnet_sessioncleanup object.

Private Methods

Method Description
OnIntervalMinutesChanged ( ) : void
OnIntervalMinutesChanging ( global value ) : void
OnLastRunChanged ( ) : void
OnLastRunChanging ( global value ) : void

Method Details

Createmy_aspnet_sessioncleanup() public static method

Create a new my_aspnet_sessioncleanup object.
public static Createmy_aspnet_sessioncleanup ( global lastRun, global intervalMinutes ) : my_aspnet_sessioncleanup
lastRun global Initial value of the LastRun property.
intervalMinutes global Initial value of the IntervalMinutes property.
return my_aspnet_sessioncleanup