C# Class Rock.Reporting.DataSelect.Person.RelatedPeopleSelect.RelatedPeopleSelectSettings

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

Public Properties

Property Type Description
FamilyRelationshipTypeGuids List
KnownRelationshipTypeGuids List
ListFormat ListFormatSpecifier

Public Methods

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

Protected Methods

Method Description
OnGetParameters ( ) : IEnumerable
OnSetParameters ( int version, IReadOnlyList parameters ) : void

Method Details

OnGetParameters() protected method

protected OnGetParameters ( ) : IEnumerable
return IEnumerable

OnSetParameters() protected method

protected OnSetParameters ( int version, IReadOnlyList parameters ) : void
version int
parameters IReadOnlyList
return void

RelatedPeopleSelectSettings() public method

public RelatedPeopleSelectSettings ( ) : System
return System

RelatedPeopleSelectSettings() public method

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

Property Details

FamilyRelationshipTypeGuids public property

public List FamilyRelationshipTypeGuids
return List

KnownRelationshipTypeGuids public property

public List KnownRelationshipTypeGuids
return List

ListFormat public property

public ListFormatSpecifier ListFormat
return ListFormatSpecifier