Interface IRestrictedListUserOptions
Настройки пользователя, относящиеся к ограничительным перечням
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IRestrictedListUserOptions : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
IsSuitableForAllRestrictedLists
Включает или отключает опцию "Объект входит во все включенные перечни"
Declaration
bool IsSuitableForAllRestrictedLists { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
IsWithoutAllRestrictedLists
Включает или отключает опцию "Показывать только объекты вне включенных перечней"
Declaration
bool IsWithoutAllRestrictedLists { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
UserOptionsForRestrictedLists
Возвращает коллекцию ограничительных перечней пользователя
Declaration
IApiReadOnlyCollection<IUserOptionsForRestrictedList> UserOptionsForRestrictedLists { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<IUserOptionsForRestrictedList> |