C# 클래스 Rock.Reporting.DataFilter.Group.GroupBranchFilter.GroupBranchFilterSettings

Settings for the Data Filter Component "Group Branch Filter".
파일 보기 프로젝트 열기: NewSpring/Rock

공개 프로퍼티들

프로퍼티 타입 설명
IncludedGroups IncludedGroupsSpecifier
ParentGroupId int

공개 메소드들

메소드 설명
FromSelectionString ( string selectionString ) : void

Set values from a string representation of the settings.

GroupBranchFilterSettings ( ) : System
GroupBranchFilterSettings ( string settingsString ) : System
IsValid ( ) : bool
ToSelectionString ( ) : string

메소드 상세

FromSelectionString() 공개 메소드

Set values from a string representation of the settings.
public FromSelectionString ( string selectionString ) : void
selectionString string
리턴 void

GroupBranchFilterSettings() 공개 메소드

public GroupBranchFilterSettings ( ) : System
리턴 System

GroupBranchFilterSettings() 공개 메소드

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

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

ToSelectionString() 공개 메소드

public ToSelectionString ( ) : string
리턴 string

프로퍼티 상세

IncludedGroups 공개적으로 프로퍼티

public IncludedGroupsSpecifier IncludedGroups
리턴 IncludedGroupsSpecifier

ParentGroupId 공개적으로 프로퍼티

public int ParentGroupId
리턴 int