Group Class
<System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)> _
Public Class Group
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public static class Group
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public ref class Group
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() ![]() |
AddGroup(string, IDatabase, Nullable<Int32>) | Add a group by name |
![]() ![]() |
AddGroupMembership(EntityID, EntityID, EntityID, IDatabase) | Add a user to a group - only used for custom groups |
![]() ![]() |
ClearGroupMembership(EntityID, IDatabase) | Clear group membership |
![]() ![]() |
DeleteGroup(EntityID, IDatabase) | Remove a group and all its membership |
![]() ![]() |
DeleteGroupMembership(EntityID, EntityID, IDatabase) | Delete a group membership |
![]() ![]() |
DoSimpleSearch(string, IDatabase) | Get a group by its name |
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() ![]() |
GetAllGroups(IDatabase) | Get all groups |
![]() ![]() |
GetAllGroups(string, IDatabase) | Get all groups that match a name - may include wildcards for a like search |
![]() ![]() |
GetGroup(EntityID, IDatabase) | Get a group info object |
![]() ![]() |
GetGroupIDByName(string, IDatabase) | Get a group by its name |
![]() ![]() |
GetGroupMembers(List<EntityID>, IDatabase) | Get all members belonging to a group |
![]() ![]() |
GetGroupMembers(EntityID, IDatabase) | Get all members belonging to a group |
![]() ![]() |
GetGroups(List<EntityID>, IDatabase) | Get a group info object |
![]() ![]() |
GetGroupsByName(List<String>, IDatabase) | Get a group info object |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() ![]() |
GetUserGroupMembership(EntityID, IDatabase) | Get all groups a user belongs to |
![]() ![]() |
GetUserGroupMembershipForUsers(HashSet<EntityID>, IDatabase, bool) | Get all groups each user belongs to in the list of users |
![]() ![]() |
GetUserGroupMembershipIDs(EntityID, IDatabase) | Get all groups a user belongs to, as ids |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
![]() ![]() |
UpdateGroup(GroupInfo, IDatabase) | Update a group |
SynergyServerScripting.Entities.Group