Creatio development guide
Это документация Creatio версии 7.9.0. Мы рекомендуем использовать новую версию документации.

EntitySchemaQueryFilterCollection - класс Члены  Смотри также  Terrasoft.Core.Entities - пространство имен : EntitySchemaQueryFilterCollection - класс C#

Glossary Item Box

Collection of filters of the entity schema query.

Синтаксис

public class EntitySchemaQueryFilterCollection : System.Collections.ObjectModel.Collection<IEntitySchemaQueryFilterItem>, Terrasoft.Common.IMetaDataSerializable, IEntitySchemaQueryFilterItem  

Тип EntitySchemaQueryFilterCollection предоставляет следующие члены.

Конструкторы

 ИмяОписание
Public EntitySchemaQueryFilterCollection Перегружен.   

Cвойства

 ИмяОписание
Public - свойствоIsEnabledIndicates whether to use the collection of filters for building the resulting SQL query.  
Public - свойствоIsNotDetermines whether to use the NOT operator before the collection of filters.  
Public - свойствоLogicalOperationType of the logical operation that combines filters in the collection.  
Public - свойствоNameName.  
Public - свойствоParentQueryQuery against the schema of the entity that contains the collection of filters.  

Методы

 ИмяОписание
Public - методAddUsingJoinedExpressionsFills the passed-in collection with column expressions from the collection of filters, which are selected from the linked tables.  
Public - методCloneCreates the clone of the current EntitySchemaQueryFilterCollection instance.  
Public - методFindByNameSearches for the item with the specified name.  
Public - методGetByNameGets the item with the specified name. If no such item is found, an exception is thrown.  
Public - методReadMetaDataDeserializes the collection of filters, using the passed-in Terrasoft.Common.DataReader instance.  
Public - методSetEnabledSets the IsEnabled property to the passed-in value.  
Public - методWriteMetaDataSerializes the collection of filters, using the passed-in Terrasoft.Common.DataWriter instance.  

Иерархия наследования

System.Object
   System.Collections.ObjectModel.Collection<T>
      Terrasoft.Core.Entities.EntitySchemaQueryFilterCollection

Смотри также

© Terrasoft 2002-2017.