ProfileSearchClauseFactory Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provides functionality to create and combine SearchClause objects that target entities in the profile system.
The ProfileSearchClauseFactory type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateClause | Overloaded. Initializes a new instance of the ProfileSearchClauseFactory class. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IntersectClauses | Intersects the result of two SearchClause objects. (Inherited from SearchClauseFactory.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UnionClauses | Unions the result of two SearchClause objects. (Overrides SearchClauseFactory..::.UnionClauses(SearchClause, SearchClause).) |
Top