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