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

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

Public Member Functions

 EqualsFilter (ConnectorAttribute attr)
 Determines if the attribute inside the ConnectorObject is equal to the ConnectorAttribute provided. More...
 
override bool Accept (ConnectorObject obj)
 Determines if the attribute exists in the ConnectorObject and if its equal to the one provided. More...
 
override bool Accept (EmbeddedObject obj)
 Determines if the attribute exists in the EmbeddedObject and if its equal to the one provided. More...
 
override string ToString ()
 
- Public Member Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.AttributeFilter
ConnectorAttribute GetAttribute ()
 Get the internal attribute. More...
 
bool IsPresent (ConnectorObject obj)
 Determines if the attribute provided is present in the ConnectorObject. More...
 

Additional Inherited Members

- Package Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.AttributeFilter
 AttributeFilter (ConnectorAttribute attribute)
 Root filter for Attribute testing.. More...
 

Constructor & Destructor Documentation

Org.IdentityConnectors.Framework.Common.Objects.Filters.EqualsFilter.EqualsFilter ( ConnectorAttribute  attr)

Determines if the attribute inside the ConnectorObject is equal to the ConnectorAttribute provided.

Member Function Documentation

override bool Org.IdentityConnectors.Framework.Common.Objects.Filters.EqualsFilter.Accept ( ConnectorObject  obj)
virtual

Determines if the attribute exists in the ConnectorObject and if its equal to the one provided.

See also
Filter.Accept(ConnectorObject)

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

override bool Org.IdentityConnectors.Framework.Common.Objects.Filters.EqualsFilter.Accept ( EmbeddedObject  obj)
virtual

Determines if the attribute exists in the EmbeddedObject and if its equal to the one provided.

See also
Filter.Accept(EmbeddedObject

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


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