ProfileEntity Class

 

Represents a provider profile entity.

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

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

[TableAttribute("Profiles")]
public class ProfileEntity

NameDescription
System_CAPS_pubmethodProfileEntity()

Initializes a new instance of the ProfileEntity class.

NameDescription
System_CAPS_pubpropertyLastUpdatedDate

Gets or sets the last updated date of the entity.

System_CAPS_pubpropertyPropertyNames

Gets or sets the property names.

System_CAPS_pubpropertyPropertyValueBinary

Gets or sets the property value binary.

System_CAPS_pubpropertyPropertyValueStrings

Gets or sets the property value strings.

System_CAPS_pubpropertyUser

Gets or sets the user of the entity.

System_CAPS_pubpropertyUserId

Gets or sets the user ID.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

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

Return to top
Show: