ProfileSearchClauseFactory Class

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.

Namespace:  Microsoft.CommerceServer.Profiles
Assembly:  Microsoft.CommerceServer.Profiles.CrossTierTypes (in Microsoft.CommerceServer.Profiles.CrossTierTypes.dll)

Syntax

'Declaration
Public Class ProfileSearchClauseFactory _
    Inherits SearchClauseFactory
'Usage
Dim instance As ProfileSearchClauseFactory
public class ProfileSearchClauseFactory : SearchClauseFactory
public ref class ProfileSearchClauseFactory : public SearchClauseFactory
public class ProfileSearchClauseFactory extends SearchClauseFactory

Remarks

Used for creating a SearchClause to filter Profile searches.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer..::.SearchClauseFactory
    Microsoft.CommerceServer.Profiles..::.ProfileSearchClauseFactory

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProfileSearchClauseFactory Members

Microsoft.CommerceServer.Profiles Namespace