UserProfileValueProvider Class

Definition

Represents a value provider for user profiles.

public ref class UserProfileValueProvider sealed : System::Web::ModelBinding::SimpleValueProvider
public sealed class UserProfileValueProvider : System.Web.ModelBinding.SimpleValueProvider
type UserProfileValueProvider = class
    inherit SimpleValueProvider
Public NotInheritable Class UserProfileValueProvider
Inherits SimpleValueProvider
Inheritance
UserProfileValueProvider

Constructors

UserProfileValueProvider(ModelBindingExecutionContext)

Initializes a new instance of the UserProfileValueProvider class.

Properties

ModelBindingExecutionContext

Gets the execution context.

(Inherited from SimpleValueProvider)

Methods

ContainsPrefix(String)

Gets a value that indicates whether the value provider contains the specified prefix.

(Inherited from SimpleValueProvider)
Equals(Object)

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

(Inherited from Object)
FetchValue(String)

When implemented in a derived class, returns the value for the specified key.

(Inherited from SimpleValueProvider)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
GetValue(String)

Calls the FetchValue(String) method and then uses the returned value to instantiate a new instance of the ValueProviderResult class.

(Inherited from SimpleValueProvider)
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