C# 클래스 Rock.Reporting.DataFilter.Group.ContainsPeopleFilter.FilterSettings

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

공개 프로퍼티들

프로퍼티 타입 설명
PersonCount int
PersonCountComparison ComparisonType
PersonDataViewGuid Guid?

공개 메소드들

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

보호된 메소드들

메소드 설명
OnGetParameters ( ) : IEnumerable

Gets an ordered set of property values that can be used to construct the settings string.

OnSetParameters ( int version, IReadOnlyList parameters ) : void

Set the property values parsed from a settings string.

메소드 상세

FilterSettings() 공개 메소드

public FilterSettings ( ) : System
리턴 System

FilterSettings() 공개 메소드

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

OnGetParameters() 보호된 메소드

Gets an ordered set of property values that can be used to construct the settings string.
protected OnGetParameters ( ) : IEnumerable
리턴 IEnumerable

OnSetParameters() 보호된 메소드

Set the property values parsed from a settings string.
protected OnSetParameters ( int version, IReadOnlyList parameters ) : void
version int The version number of the parameter set.
parameters IReadOnlyList An ordered collection of strings representing the parameter values.
리턴 void

프로퍼티 상세

PersonCount 공개적으로 프로퍼티

public int PersonCount
리턴 int

PersonCountComparison 공개적으로 프로퍼티

public ComparisonType PersonCountComparison
리턴 ComparisonType

PersonDataViewGuid 공개적으로 프로퍼티

public Guid? PersonDataViewGuid
리턴 Guid?