Class GroupedPropertyOwnerScope
Составная область поиска.
public class GroupedPropertyOwnerScope : IGroupedPropertyOwnerScope
- Inheritance
-
GroupedPropertyOwnerScope
- Implements
- Inherited Members
Constructors
GroupedPropertyOwnerScope()
public GroupedPropertyOwnerScope()
Properties
GroupedOwnerScopes
Список вложенных составных областей поиска.
public List<IGroupedPropertyOwnerScope> GroupedOwnerScopes { get; set; }
Property Value
IntersectionType
Тип пересечения областей поиска (true - И, false - ИЛИ).
public bool IntersectionType { get; set; }
Property Value
OwnerScopes
Идентификаторы областей поиска.
public List<IIdentifiableObject> OwnerScopes { get; set; }