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

Settings for the Data Select Component "Group Member/Group Data View".
Inheritance: Rock.Utility.SettingsStringBase
Afficher le fichier Open project: NewSpring/Rock

Méthodes publiques

Свойство Type Description
DataViewGuid Guid?

Méthodes publiques

Méthode Description
SelectSettings ( ) : System
SelectSettings ( string settingsString ) : System

Méthodes protégées

Méthode 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 méthode

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

OnSetParameters() protected méthode

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.
Résultat void

SelectSettings() public méthode

public SelectSettings ( ) : System
Résultat System

SelectSettings() public méthode

public SelectSettings ( string settingsString ) : System
settingsString string
Résultat System

Property Details

DataViewGuid public_oe property

public Guid? DataViewGuid
Résultat Guid?