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

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

Méthodes publiques

Свойство Type Description
FamilyRelationshipTypeGuids List
KnownRelationshipTypeGuids List
ListFormat ListFormatSpecifier

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnGetParameters ( ) : IEnumerable
OnSetParameters ( int version, IReadOnlyList parameters ) : void

Method Details

OnGetParameters() protected méthode

protected OnGetParameters ( ) : IEnumerable
Résultat IEnumerable

OnSetParameters() protected méthode

protected OnSetParameters ( int version, IReadOnlyList parameters ) : void
version int
parameters IReadOnlyList
Résultat void

RelatedPeopleSelectSettings() public méthode

public RelatedPeopleSelectSettings ( ) : System
Résultat System

RelatedPeopleSelectSettings() public méthode

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

Property Details

FamilyRelationshipTypeGuids public_oe property

public List FamilyRelationshipTypeGuids
Résultat List

KnownRelationshipTypeGuids public_oe property

public List KnownRelationshipTypeGuids
Résultat List

ListFormat public_oe property

public ListFormatSpecifier ListFormat
Résultat ListFormatSpecifier