PersonalizationStateQuery Class

Definition

Represents a set of query parameters that can be passed to a personalization provider using the various get and find methods. This class cannot be inherited.

public ref class PersonalizationStateQuery sealed
[System.Serializable]
public sealed class PersonalizationStateQuery
[<System.Serializable>]
type PersonalizationStateQuery = class
Public NotInheritable Class PersonalizationStateQuery
Inheritance
PersonalizationStateQuery
Attributes

Remarks

This class is used as a parameter value for various get and find methods of a personalization provider, such as FindState and GetCountOfState. The default indexer allows generic access to the query parameters maintained by this object. The three properties that are explicitly exposed by this class, PathToMatch, UserInactiveSinceDate, and UsernameToMatch, are stored using query key values that are the same as the property names of this class. For more information, see Item[].

Constructors

PersonalizationStateQuery()

Initializes a new instance of the PersonalizationStateQuery class.

Properties

Item[String]

Gets or sets the value of the query parameter.

PathToMatch

Gets or sets the path to be used for a query.

UserInactiveSinceDate

Gets or sets the last active date used in a query.

UsernameToMatch

Gets or sets the user name in a query.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also