C# 클래스 Rock.Rest.Controllers.GroupsController

파일 보기 프로젝트 열기: SparkDevNetwork/Rock

공개 메소드들

메소드 설명
Put ( int id, Group group ) : void

Puts the specified identifier.

비공개 메소드들

메소드 설명
GetByGeoPoint ( int groupTypeId, DbGeography geoPoint, bool sortByDistance, double maxDistanceMiles, int geofenceGroupTypeId, System queryOptions ) : IQueryable

Gets a list of groups surrounding the specified geopoint of the specified GroupTypeid If geofenceGroupTypeId is specified, the list of GeoFence groups will be returned with the groups as child groups of that geofence group.

GetByLatLong ( int groupTypeId, double latitude, double longitude, bool sortByDistance = true, double maxDistanceMiles = null, int geofenceGroupTypeId = null, System queryOptions = null ) : IQueryable
GetByLocation ( int groupTypeId, int locationId, bool sortByDistance = true, double maxDistanceMiles = null, int geofenceGroupTypeId = null, System queryOptions = null ) : IQueryable
GetByLocation ( int geofenceGroupTypeId, int groupTypeId, int locationId, System queryOptions ) : IQueryable
GetChildMapInfo ( int groupId, string groupTypeIds = null, bool includeDescendants = false ) : IQueryable
GetChildren ( int id, int rootGroupId, bool limitToSecurityRoleGroups = false, string includedGroupTypeIds = "", string excludedGroupTypeIds = "", bool includeInactiveGroups = false, TreeViewItem countsType = TreeViewItem.GetCountsType.None ) : IQueryable
GetFamilies ( int personId ) : IQueryable
GetFamiliesByPersonNameSearch ( string searchString ) : IQueryable
GetFamiliesByPersonNameSearch ( string searchString, int maxResults = 20 ) : IQueryable
GetFamiliesMapInfo ( int groupId, int statusId ) : IQueryable
GetFamily ( int familyId ) : FamilySearchResult
GetGuestsForFamily ( int groupId ) : IQueryable
GetMapInfo ( int groupId ) : IQueryable
GetMapInfoWindow ( int groupId, int locationId, [ infoWindowDetails ) : InfoWindowResult
GetMemberMapInfo ( int groupId ) : IQueryable
SaveAddress ( int groupId, int locationTypeId, string street1 = "", string street2 = "", string city = "", string state = "", string postalCode = "", string country = "" ) : void

메소드 상세

Put() 공개 메소드

Puts the specified identifier.
public Put ( int id, Group group ) : void
id int The identifier.
group Group The group.
리턴 void