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

CheckInFamily() public method

Initializes a new instance of the CheckInFamily class.
public CheckInFamily ( ) : System.Collections.Generic
return System.Collections.Generic
        public CheckInFamily()
            : base()
        {
            People = new List<CheckInPerson>();
        }