C# Class Rock.CheckIn.CheckInFamily

Show file Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CheckInFamily ( ) : System.Collections.Generic

Initializes a new instance of the CheckInFamily class.

ClearFilteredExclusions ( ) : void

Clears the filtered exclusions.

GetPeople ( bool selectedOnly ) : List

Gets the people.

ToString ( ) : string

Returns a System.String that represents this instance.

Method Details

CheckInFamily() public method

Initializes a new instance of the CheckInFamily class.
public CheckInFamily ( ) : System.Collections.Generic
return System.Collections.Generic

ClearFilteredExclusions() public method

Clears the filtered exclusions.
public ClearFilteredExclusions ( ) : void
return void

GetPeople() public method

Gets the people.
public GetPeople ( bool selectedOnly ) : List
selectedOnly bool if set to true [selected only].
return List

ToString() public method

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