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

Settings for the Data Select Component "Related People".
Inheritance: Rock.Utility.SettingsStringBase
Datei anzeigen 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_oe property

public List FamilyRelationshipTypeGuids
return List

KnownRelationshipTypeGuids public_oe property

public List KnownRelationshipTypeGuids
return List

ListFormat public_oe property

public ListFormatSpecifier ListFormat
return ListFormatSpecifier