ISchemaFilterCollection

Supplies a collection of schemas for filtering the search results in the data repository.

If a search is executed in the data repository, the result quantity can be narrowed down based on the schema the found data objects follow.

If several schemas were added to the collection, then the data objects must follow one of the schemas each. Abstract schemas can also be indicated. In this case the data objects are found which follow the derived schemas.

Implements: System.Collections.IEnumerable

Properties

PropertyDescription
Count:Int32

Returns the number of schemas in the collection.

Methods

MethodDescription
Add(ISchema):Void

Adds a schema to the collection.

Add(ISchema, Boolean):Void

Adds a schema to the collection.

Clear():Void

Clears the collection.

GetEnumerator():IEnumerator

Returns an enumerator which iterates through a listing.

(Inherited by System.Collections.IEnumerable)

Remove(ISchema):Void

Removes a schema from the collection.

Remove(ISchema, Boolean):Void

Removes a schema from the collection.