C# Class Rock.CheckIn.CheckInStatus

Inheritance: DotLiquid.ILiquidizable
Show file Open project: NewSpring/Rock Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CheckInStatus ( ) : System.Collections.Generic

Initializes a new instance of the CheckInStatus class.

GetFamilies ( bool selectedOnly ) : List

Gets the families.

Method Details

CheckInStatus() public method

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

GetFamilies() public method

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