C# Class Rock.Reporting.DataFilter.Group.GroupTypeDataViewFilter.FilterSettings

Settings for the Data Select Component.
Inheritance: Rock.Utility.SettingsStringBase
Show file Open project: NewSpring/Rock

Public Properties

Property Type Description
DataViewGuid Guid?
GroupTypeGuid Guid?

Public Methods

Method Description
FilterSettings ( ) : System
FilterSettings ( string settingsString ) : System

Protected Methods

Method Description
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.

Method Details

FilterSettings() public method

public FilterSettings ( ) : System
return System

FilterSettings() public method

public FilterSettings ( string settingsString ) : System
settingsString string
return System

OnGetParameters() protected method

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

OnSetParameters() protected method

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.
return void

Property Details

DataViewGuid public property

public Guid? DataViewGuid
return Guid?

GroupTypeGuid public property

public Guid? GroupTypeGuid
return Guid?