C# 클래스 Rock.CheckIn.CheckInFamily

파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

메소드 상세

CheckInFamily() 공개 메소드

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

ClearFilteredExclusions() 공개 메소드

Clears the filtered exclusions.
public ClearFilteredExclusions ( ) : void
리턴 void

GetPeople() 공개 메소드

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

ToString() 공개 메소드

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