Table of Contents

Class GroupedPropertyOwnerScope

Namespace
Ascon.Polynom.Web.Api.Data.Models.Search
Assembly
Ascon.Polynom.Web.Api.Data.dll

Составная область поиска.

public class GroupedPropertyOwnerScope : IGroupedPropertyOwnerScope
Inheritance
GroupedPropertyOwnerScope
Implements
Inherited Members

Constructors

GroupedPropertyOwnerScope()

public GroupedPropertyOwnerScope()

Properties

GroupedOwnerScopes

Список вложенных составных областей поиска.

public List<IGroupedPropertyOwnerScope> GroupedOwnerScopes { get; set; }

Property Value

List<IGroupedPropertyOwnerScope>

IntersectionType

Тип пересечения областей поиска (true - И, false - ИЛИ).

public bool IntersectionType { get; set; }

Property Value

bool

OwnerScopes

Идентификаторы областей поиска.

public List<IIdentifiableObject> OwnerScopes { get; set; }

Property Value

List<IIdentifiableObject>