Oracle® Fusion Middleware .NET API Reference for Identity Connector Framework  E57662-01
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions | Properties | List of all members
Org.IdentityConnectors.Framework.Common.Objects.Filters.NotFilter Class Reference

Proxy the filter to return the negative of the value. More...

Inherits Org.IdentityConnectors.Framework.Common.Objects.Filters.Filter.

Public Member Functions

 NotFilter (Filter filter)
 Take the value returned from the internal filter and NOT it. More...
 
bool Accept (ConnectorObject obj)
 Return the opposite the internal filters return value. More...
 
bool Accept (EmbeddedObject obj)
 Return the opposite the internal filters return value. More...
 
override string ToString ()
 

Properties

Filter Filter [get]
 Get the internal filter that is being negated. More...
 

Detailed Description

Proxy the filter to return the negative of the value.

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Common.Objects.Filters.NotFilter.NotFilter ( Filter  filter)

Take the value returned from the internal filter and NOT it.

Member Function Documentation

bool Org.IdentityConnectors.Framework.Common.Objects.Filters.NotFilter.Accept ( ConnectorObject  obj)

Return the opposite the internal filters return value.

See also
Filter.Accept(ConnectorObject)

Implements Org.IdentityConnectors.Framework.Common.Objects.Filters.Filter.

bool Org.IdentityConnectors.Framework.Common.Objects.Filters.NotFilter.Accept ( EmbeddedObject  obj)

Return the opposite the internal filters return value.

See also
Filter.Accept(EmbeddedObject)

Implements Org.IdentityConnectors.Framework.Common.Objects.Filters.Filter.

Property Documentation

Filter Org.IdentityConnectors.Framework.Common.Objects.Filters.NotFilter.Filter
get

Get the internal filter that is being negated.


The documentation for this class was generated from the following file: