C# 클래스 Rock.Reporting.DataSelect.Person.RelatedPeopleSelect.RelatedPeopleSelectSettings

Settings for the Data Select Component "Related People".
상속: Rock.Utility.SettingsStringBase
파일 보기 프로젝트 열기: NewSpring/Rock

공개 프로퍼티들

프로퍼티 타입 설명
FamilyRelationshipTypeGuids List
KnownRelationshipTypeGuids List
ListFormat ListFormatSpecifier

공개 메소드들

메소드 설명
RelatedPeopleSelectSettings ( ) : System
RelatedPeopleSelectSettings ( string settingsString ) : System

보호된 메소드들

메소드 설명
OnGetParameters ( ) : IEnumerable
OnSetParameters ( int version, IReadOnlyList parameters ) : void

메소드 상세

OnGetParameters() 보호된 메소드

protected OnGetParameters ( ) : IEnumerable
리턴 IEnumerable

OnSetParameters() 보호된 메소드

protected OnSetParameters ( int version, IReadOnlyList parameters ) : void
version int
parameters IReadOnlyList
리턴 void

RelatedPeopleSelectSettings() 공개 메소드

public RelatedPeopleSelectSettings ( ) : System
리턴 System

RelatedPeopleSelectSettings() 공개 메소드

public RelatedPeopleSelectSettings ( string settingsString ) : System
settingsString string
리턴 System

프로퍼티 상세

FamilyRelationshipTypeGuids 공개적으로 프로퍼티

public List FamilyRelationshipTypeGuids
리턴 List

KnownRelationshipTypeGuids 공개적으로 프로퍼티

public List KnownRelationshipTypeGuids
리턴 List

ListFormat 공개적으로 프로퍼티

public ListFormatSpecifier ListFormat
리턴 ListFormatSpecifier