C# 클래스 Rock.Reporting.DataSelect.Person.GroupParticipationSelect.GroupParticipationSelectSettings

Settings for the Data Select Component "Group Participation".
상속: Rock.Utility.SettingsStringBase
파일 보기 프로젝트 열기: NewSpring/Rock

공개 프로퍼티들

프로퍼티 타입 설명
DataViewGuid Guid?
ListFormat ListFormatSpecifier
MemberStatus GroupMemberStatus?
RoleType RoleTypeSpecifier?

공개 메소드들

메소드 설명
GroupParticipationSelectSettings ( ) : System
GroupParticipationSelectSettings ( string settingsString ) : System

보호된 메소드들

메소드 설명
OnGetParameters ( ) : IEnumerable
OnSetParameters ( int version, IReadOnlyList parameters ) : void

메소드 상세

GroupParticipationSelectSettings() 공개 메소드

public GroupParticipationSelectSettings ( ) : System
리턴 System

GroupParticipationSelectSettings() 공개 메소드

public GroupParticipationSelectSettings ( string settingsString ) : System
settingsString string
리턴 System

OnGetParameters() 보호된 메소드

protected OnGetParameters ( ) : IEnumerable
리턴 IEnumerable

OnSetParameters() 보호된 메소드

protected OnSetParameters ( int version, IReadOnlyList parameters ) : void
version int
parameters IReadOnlyList
리턴 void

프로퍼티 상세

DataViewGuid 공개적으로 프로퍼티

public Guid? DataViewGuid
리턴 Guid?

ListFormat 공개적으로 프로퍼티

public ListFormatSpecifier ListFormat
리턴 ListFormatSpecifier

MemberStatus 공개적으로 프로퍼티

public GroupMemberStatus? MemberStatus
리턴 GroupMemberStatus?

RoleType 공개적으로 프로퍼티

public RoleTypeSpecifier? RoleType
리턴 RoleTypeSpecifier?