C# Class Rock.Reporting.DataFilter.Person.GroupDataViewFilter.SelectSettings

Settings for the Data Select Component "Group Data View".
Inheritance: Rock.Utility.SettingsStringBase
Mostrar archivo Open project: NewSpring/Rock

Public Properties

Property Type Description
DataViewGuid Guid?
MemberStatus GroupMemberStatus?
RoleType RoleTypeSpecifier?

Public Methods

Method Description
SelectSettings ( ) : System
SelectSettings ( 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

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

SelectSettings() public method

public SelectSettings ( ) : System
return System

SelectSettings() public method

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

Property Details

DataViewGuid public_oe property

public Guid? DataViewGuid
return Guid?

MemberStatus public_oe property

public GroupMemberStatus? MemberStatus
return GroupMemberStatus?

RoleType public_oe property

public RoleTypeSpecifier? RoleType
return RoleTypeSpecifier?