Share via


ProfileEntity Class

 

Represents a provider profile entity.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Inheritance Hierarchy

System.Object
  System.Web.Providers.Entities.ProfileEntity

Syntax

[TableAttribute("Profiles")]
public class ProfileEntity
[TableAttribute("Profiles")]
public ref class ProfileEntity 
[<TableAttribute("Profiles")>]
type ProfileEntity = class end
<TableAttribute("Profiles")>
Public Class ProfileEntity

Constructors

Name Description
System_CAPS_pubmethod ProfileEntity()

Initializes a new instance of the ProfileEntity class.

Properties

Name Description
System_CAPS_pubproperty LastUpdatedDate

Gets or sets the last updated date of the entity.

System_CAPS_pubproperty PropertyNames

Gets or sets the property names.

System_CAPS_pubproperty PropertyValueBinary

Gets or sets the property value binary.

System_CAPS_pubproperty PropertyValueStrings

Gets or sets the property value strings.

System_CAPS_pubproperty User

Gets or sets the user of the entity.

System_CAPS_pubproperty UserId

Gets or sets the user ID.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

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

System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top