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

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

Public Member Functions

 LessThanFilter (ConnectorAttribute attr)
 Determine if the ConnectorObject ConnectorAttribute value is greater than the one provided in the filter. More...
 
override string ToString ()
 
- Public Member Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.ComparableAttributeFilter
override bool Accept (ConnectorObject obj)
 
override bool Accept (EmbeddedObject obj)
 
- Public Member Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.SingleValueAttributeFilter
Object GetValue ()
 Value to test against. More...
 
String GetName ()
 Name of the attribute to find in the ConnectorObject. More...
 
- 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...
 

Protected Member Functions

override bool Accept (Object obj)
 
- Protected Member Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.ComparableAttributeFilter
abstract bool Accept (object obj)
 
int Compare (Object obj)
 

Additional Inherited Members

- Package Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.ComparableAttributeFilter
 ComparableAttributeFilter (ConnectorAttribute attr)
 Attempt compare attribute values. More...
 
- Package Functions inherited from Org.IdentityConnectors.Framework.Common.Objects.Filters.SingleValueAttributeFilter
 SingleValueAttributeFilter (ConnectorAttribute attr)
 Attempt to single out the value for comparison. More...
 
- 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.LessThanFilter.LessThanFilter ( ConnectorAttribute  attr)

Determine if the ConnectorObject ConnectorAttribute value is greater than the one provided in the filter.


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