Table of Contents

Class GroupRightSettingsRequest

Namespace
Ascon.Polynom.Web.Api.Data.Requests.Security
Assembly
Ascon.Polynom.Web.Api.Data.dll

Представляет запрос изменения настроек настроек доступа у права на группе.

public class GroupRightSettingsRequest : WebApiRequest, IGroupRightSettingsRequest, IWebApiRequest
Inheritance
GroupRightSettingsRequest
Implements
Inherited Members

Constructors

GroupRightSettingsRequest()

public GroupRightSettingsRequest()

Properties

GroupIdentifier

Идентификатор группы.

public IIdentifiableObject GroupIdentifier { get; set; }

Property Value

IIdentifiableObject

StructureRight

Настройки доступа группы.

public IGroupStructureRight StructureRight { get; set; }

Property Value

IGroupStructureRight