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

CheckInPerson() public méthode

Initializes a new instance of the CheckInPerson class.
public CheckInPerson ( ) : System
Résultat System
        public CheckInPerson()
            : base()
        {
            GroupTypes = new List<CheckInGroupType>();
            PossibleSchedules = new List<CheckInSchedule>();
            StateParameters = new Dictionary<string, string>();
        }