Interface IGroupPropertyOwner
Владелец свойств со множественной классификацией по группам.
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IGroupPropertyOwner : IPropertyOwner, IPropertyValueOwner, IAbleToHaveId, IBaseGroupMember, IAbleToHaveChangeableName, IAbleToHaveName, IAbleToHaveDescription, IApiObject, IApiEntity, INotifyPropertyChanged
Properties
ParentGroups
Возвращает коллекцию групп, в которые входит объект.
Declaration
IApiReadOnlyCollection<IBaseGroup> ParentGroups { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<IBaseGroup> |
RestrictedListItems
Возвращает коллекцию ограничительных перечней
Declaration
IApiReadOnlyCollection<IRestrictedListGroupPropertyOwnerItem> RestrictedListItems { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<IRestrictedListGroupPropertyOwnerItem> |
Methods
IsInRestrictedList(IRestrictedList)
Проверяет, содержится ли владелец свойств в ограничительном перечне.
Declaration
bool IsInRestrictedList(IRestrictedList restrictedList)
Parameters
| Type | Name | Description |
|---|---|---|
| IRestrictedList | restrictedList | Ограничительный перечень |
Returns
| Type | Description |
|---|---|
| bool |
|