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 | |
---|---|---|
![]() |
ProfileEntity() | Initializes a new instance of the ProfileEntity class. |
Properties
Name | Description | |
---|---|---|
![]() |
LastUpdatedDate | Gets or sets the last updated date of the entity. |
![]() |
PropertyNames | Gets or sets the property names. |
![]() |
PropertyValueBinary | Gets or sets the property value binary. |
![]() |
PropertyValueStrings | Gets or sets the property value strings. |
![]() |
User | Gets or sets the user of the entity. |
![]() |
UserId | Gets or sets the user ID. |
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
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