Rock.CheckIn.CheckInLocation.CheckInLocation C# (CSharp) Method

CheckInLocation() public method

Initializes a new instance of the CheckInLocation class.
public CheckInLocation ( ) : System
return System
        public CheckInLocation()
            : base()
        {
            Schedules = new List<CheckInSchedule>();
            SelectedForSchedule = new List<int>();
            AvailableForSchedule = new List<int>();
        }