IUser |
The IUserHierarchyService type exposes the following members.
| Name | Description | |
|---|---|---|
| GenerateHierarchy(Guid, Guid, PersistencePolicy) | Generates the hierarchy based on a single entity. | |
| GenerateHierarchy(Guid, Guid, IListString, PersistencePolicy) | Generates the hierarchy based on a single entity. | |
| GenerateHierarchy(Guid, Guid, IListString, PersistencePolicy, HierarchyGenerationMethod) | Guesses the hierarchy based on a single entity. | |
| Get(Guid) | Gets an entity by its ID. (Inherited from IEntityServiceT) | |
| Get(Guid, EntityGetOptions) | Gets an entity by its ID and revision number. (Inherited from IEntityServiceT) | |
| Get(Guid, Int64) | Gets an entity by its ID and revision number. (Inherited from IEntityServiceT) | |
| Get(String, Guid) | Gets an entity by its name. (Inherited from IEntityServiceT) | |
| Get(Guid, Int64, EntityGetOptions) | Gets an entity by its ID and revision number. (Inherited from IEntityServiceT) | |
| Get(String, Guid, EntityGetOptions) | Gets an entity by its name. (Inherited from IEntityServiceT) | |
| Get(String, Guid, Int64) | Gets an entity by its name and revision number. (Inherited from IEntityServiceT) | |
| Get(String, Guid, Int64, EntityGetOptions) | Gets an entity by its name and revision number. (Inherited from IEntityServiceT) | |
| GetUndoContext | Gets the undo context. (Inherited from IEntityServiceT) | |
| GetValidityWarnings | Gets a list of the warnings that might prevent the hierarchy from displaying correct data. | |
| InsertLevel(UserHierarchy, Int32, Guid) | Inserts the level based on a native structure at the specified index. | |
| InsertLevel(UserHierarchy, Int32, Guid, IListString) | Inserts the level based on a native structure at the specified index. | |
| RemoveAttributeHierarchy | Removes the specified AttributeHierarchy. | |
| RemoveLevel | Removes the specified level. | |
| ReplaceLevel | Replaces the specified level by the different one based on a specified native structure. | |
| RestoreUndoFrame | Restores the entity to the undo frame. (Inherited from IEntityServiceT) | |
| Rewire | Rewires the specified entity. (Inherited from IEntityServiceT) | |
| Save(T) | Saves the specified entity. (Inherited from IEntityServiceT) | |
| Save(T, String, Guid, EntityCreationOptions) | Saves the specified entity. (Inherited from IEntityServiceT) | |
| Save(T, String, Guid, Boolean) | Saves the specified entity. (Inherited from IEntityServiceT) | |
| SetupAttributeHierarchy | Setups an AttributeHierarchy for the specified hierarchy. | |
| TryRedo | Tries to redo the last change done to the entity. (Inherited from IEntityServiceT) | |
| TryUndo | Tries to undo the last change done to the entity. (Inherited from IEntityServiceT) |