Rock.CheckIn.CheckInLocation.CheckInLocation C# (CSharp) Méthode

CheckInLocation() public méthode

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