IStyle |
public interface IStyleListManager<TList, T> where TList : Object, IStyleList<T> where T : IImmutable
The IStyleListManagerTList, T type exposes the following members.
Name | Description | |
---|---|---|
![]() | BuiltinDefault | Gets the builtin default list. |
Name | Description | |
---|---|---|
![]() | ContainsList | Determines whether the specified name contains a list (style) with the provided name. |
![]() | CreateNewList | Creates a new standard list of items. |
![]() | GetAllListNames | Gets the names of all entries (styles) in the list. |
![]() | GetEntryValue | Gets the list (style) with the provided name together with the level. |
![]() | GetEntryValues | Gets all lists together with their definition level. |
![]() | GetList | Gets the list (style) with the provided name. |
![]() | GetParentList | Gets the parent list of the item |
![]() | SwitchItemDefinitionLevelBetweenUserAndProject | Switches the item definition level between user and project, i.e. a list that was at user level before is switched to project level, and a list that was at project level before is switched to user level. |
![]() | TryGetListByMembers | Try to find an existing list by using only the values of the items. A hint to the name of the existing list can speed up the search, but is not used otherwise. |
![]() | TryRegisterList | Try to register the provided list. |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when a list is added or removed from the manager or when the properties of a list (e.g. list level) have changed. |