Category Class
<System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)> _
Public Class Category
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public static class Category
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude=true, ApplyToMembers=true)]
public ref class Category
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() ![]() |
CreateCategory(string, string, EntityID, EntityID, IDatabase) | Create a new category |
![]() |
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). |
![]() ![]() |
GetAllGroupAccess(EntityID, IDatabase) | Get information about all groups who can access a category |
![]() ![]() |
GetAllRoleAccess(EntityID, IDatabase) | Get information about all groups who can access a category |
![]() ![]() |
GetAllUserAccess(EntityID, IDatabase) | Get information about all users who can access a category |
![]() ![]() |
GetCategoryID(string, IDatabase) | Get a category id by its name |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() ![]() |
GetParentCategoryID(EntityID, IDatabase) | Get the parent category id |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() ![]() |
GetUserAccess(EntityID, EntityID, IDatabase) | Get the access type a user has |
![]() ![]() |
GetUserAccess(EntityID, EntityID, List<EntityID>, IDatabase) | Get the access type a user has |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
![]() ![]() |
UpdateCategory(EntityID, string, string, EntityID, IDatabase) | Update a category |
SynergyServerScripting.Entities.Category