C# Class Rock.CheckIn.CheckInFamily

Afficher le fichier Open project: NewSpring/Rock Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

ClearFilteredExclusions() public méthode

Clears the filtered exclusions.
public ClearFilteredExclusions ( ) : void
Résultat void

GetPeople() public méthode

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

ToString() public méthode

Returns a System.String that represents this instance.
public ToString ( ) : string
Résultat string