Class MembershipUserDataSource
Inheritance
System.Object
    GenericDataSource<System.Web.Security.MembershipUser, System.Collections.Generic.List<System.Web.Security.MembershipUser>, System.String>
    MembershipUserDataSource
  Implements
Inherited Members
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.Web.WebControls.dll
Version: 7.19.2Syntax
public class MembershipUserDataSource : GenericDataSource<MembershipUser, List<MembershipUser>, string>, IDataSourceMethodsConstructors
MembershipUserDataSource()
Declaration
public MembershipUserDataSource()Properties
CanInsert
Declaration
protected override bool CanInsert { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
EPiServer.Web.WebControls.GenericDataSource<System.Web.Security.MembershipUser, System.Collections.Generic.List<System.Web.Security.MembershipUser>, System.String>.CanInsert
  
  
  
  CanUpdate
Declaration
protected override bool CanUpdate { get; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
EPiServer.Web.WebControls.GenericDataSource<System.Web.Security.MembershipUser, System.Collections.Generic.List<System.Web.Security.MembershipUser>, System.String>.CanUpdate
  
  
  
  KeyName
Declaration
protected override string KeyName { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Overrides
EPiServer.Web.WebControls.GenericDataSource<System.Web.Security.MembershipUser, System.Collections.Generic.List<System.Web.Security.MembershipUser>, System.String>.KeyName
  Methods
CreateItem(List<MembershipUser>)
Declaration
protected override MembershipUser CreateItem(List<MembershipUser> items)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.List<System.Web.Security.MembershipUser> | items | 
Returns
| Type | Description | 
|---|---|
| System.Web.Security.MembershipUser | 
Overrides
EPiServer.Web.WebControls.GenericDataSource<System.Web.Security.MembershipUser, System.Collections.Generic.List<System.Web.Security.MembershipUser>, System.String>.CreateItem(System.Collections.Generic.List<System.Web.Security.MembershipUser>)
  
  
  
  DeleteItem(MembershipUser)
Declaration
protected override void DeleteItem(MembershipUser item)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Web.Security.MembershipUser | item | 
Overrides
EPiServer.Web.WebControls.GenericDataSource<System.Web.Security.MembershipUser, System.Collections.Generic.List<System.Web.Security.MembershipUser>, System.String>.DeleteItem(System.Web.Security.MembershipUser)
  
  
  
  ListItems()
Declaration
protected override List<MembershipUser> ListItems()Returns
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.Web.Security.MembershipUser> | 
Overrides
EPiServer.Web.WebControls.GenericDataSource<System.Web.Security.MembershipUser, System.Collections.Generic.List<System.Web.Security.MembershipUser>, System.String>.ListItems()
  
  
  
  LoadItem(String)
Declaration
protected override MembershipUser LoadItem(string key)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | key | 
Returns
| Type | Description | 
|---|---|
| System.Web.Security.MembershipUser | 
Overrides
EPiServer.Web.WebControls.GenericDataSource<System.Web.Security.MembershipUser, System.Collections.Generic.List<System.Web.Security.MembershipUser>, System.String>.LoadItem(System.String)
  
  
  
  SaveItem(MembershipUser)
Declaration
protected override void SaveItem(MembershipUser item)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Web.Security.MembershipUser | item | 
Overrides
EPiServer.Web.WebControls.GenericDataSource<System.Web.Security.MembershipUser, System.Collections.Generic.List<System.Web.Security.MembershipUser>, System.String>.SaveItem(System.Web.Security.MembershipUser)
  