C# Class Rock.CheckIn.KioskSchedule

Show file Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
KioskSchedule ( ) : System

Initializes a new instance of the KioskSchedule class.

KioskSchedule ( Schedule schedule ) : System

Initializes a new instance of the KioskSchedule class.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

KioskSchedule() public method

Initializes a new instance of the KioskSchedule class.
public KioskSchedule ( ) : System
return System

KioskSchedule() public method

Initializes a new instance of the KioskSchedule class.
public KioskSchedule ( Schedule schedule ) : System
schedule Schedule The schedule.
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string