Represents a Member object
InheritanceSystem.Object
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntax[DataContract(IsReference = true)]
public class Member : ContentBase, IMember, IContentBase, IUmbracoEntity, ITreeEntity, IRememberBeingDirty, ICanBeDirty, IMembershipUser, IEntity, IDeepCloneable
Constructors View Source Member(String, String, String, String, IMemberType)
Constructor for creating a Member object
Declarationpublic Member(string name, string email, string username, string rawPasswordValue, IMemberType contentType)
Parameters Type Name Description System.String name System.String email System.String username System.String rawPasswordValue
The password value passed in to this parameter should be the encoded/encrypted/hashed format of the member's password
IMemberType contentType View Source Member(String, String, String, String, IMemberType, Boolean)Initializes a new instance of the Member class. Constructor for creating a Member object
Declarationpublic Member(string name, string email, string username, string rawPasswordValue, IMemberType contentType, bool isApproved)
Parameters Type Name Description System.String name System.String email System.String username System.String rawPasswordValue
The password value passed in to this parameter should be the encoded/encrypted/hashed format of the member's password
IMemberType contentType System.Boolean isApproved View Source Member(String, String, String, String, IMemberType, Boolean, Int32)Constructor for creating a Member object
Declarationpublic Member(string name, string email, string username, string rawPasswordValue, IMemberType contentType, bool isApproved, int userId)
Parameters Type Name Description System.String name System.String email System.String username System.String rawPasswordValue
The password value passed in to this parameter should be the encoded/encrypted/hashed format of the member's password
IMemberType contentType System.Boolean isApproved System.Int32 userId View Source Member(String, String, String, IMemberType, Boolean)Initializes a new instance of the Member class. Constructor for creating a Member object
Declarationpublic Member(string name, string email, string username, IMemberType contentType, bool isApproved = true)
Parameters Type Name Description System.String name System.String email System.String username IMemberType contentType System.Boolean isApproved View Source Member(String, String, String, IMemberType, Int32, Boolean)
Initializes a new instance of the Member class. Constructor for creating a Member object
Declarationpublic Member(string name, string email, string username, IMemberType contentType, int userId, bool isApproved = true)
Parameters Type Name Description System.String name System.String email System.String username IMemberType contentType System.Int32 userId System.Boolean isApproved View Source Member(String, IMemberType)
Initializes a new instance of the Member class. Constructor for creating a Member object
Declarationpublic Member(string name, IMemberType contentType)
Parameters Type Name Description System.String name
Name of the content
IMemberType contentTypeContentType for the current Content object
View Source Member(IMemberType)Initializes a new instance of the Member class. Constructor for creating an empty Member object
Declarationpublic Member(IMemberType contentType)
Parameters Type Name Description IMemberType contentType
ContentType for the current Content object
Properties View Source BoolPropertyValueInternal/Experimental - only used for mapping queries.
Declaration[IgnoreDataMember]
public bool BoolPropertyValue { get; set; }
Property Value Type Description System.Boolean View Source
Gets or set the comments for the member
Declaration[DataMember]
public string Comments { get; set; }
Property Value Type Description System.String View Source ContentTypeAlias
String alias of the default ContentType
Declaration[DataMember]
public virtual string ContentTypeAlias { get; }
Property Value Type Description System.String View Source DateTimePropertyValue
Internal/Experimental - only used for mapping queries.
Declaration[IgnoreDataMember]
public DateTime DateTimePropertyValue { get; set; }
Property Value Type Description DateTime View Source Email
Gets or sets the Email
Declaration[DataMember]
public string Email { get; set; }
Property Value Type Description System.String View Source EmailConfirmedDate Declaration
[DataMember]
public DateTime? EmailConfirmedDate { get; set; }
Property Value Type Description System.Nullable<DateTime> View Source FailedPasswordAttempts
Gets or sets the number of failed password attempts. This is the number of times the password was entered incorrectly upon login.
Declaration[DataMember]
public int FailedPasswordAttempts { get; set; }
Property Value Type Description System.Int32 View Source Groups
Gets or sets the Groups that Member is part of
Declaration[DataMember]
public IEnumerable<string>? Groups { get; set; }
Property Value Type Description System.Nullable<IEnumerable<System.String>> View Source IntegerPropertyValue
Internal/Experimental - only used for mapping queries.
Declaration[IgnoreDataMember]
public int IntegerPropertyValue { get; set; }
Property Value Type Description System.Int32 View Source IsApproved
Gets or sets a value indicating whether the Member is approved
Declaration[DataMember]
public bool IsApproved { get; set; }
Property Value Type Description System.Boolean View Source IsLockedOut
Gets or sets a boolean indicating whether the Member is locked out
Declaration[DataMember]
public bool IsLockedOut { get; set; }
Property Value Type Description System.Boolean View Source LastLockoutDate
Gets or sets the date for when Member was locked out
Declaration[DataMember]
public DateTime? LastLockoutDate { get; set; }
Property Value Type Description System.Nullable<DateTime> View Source LastLoginDate
Gets or sets the date for last login
Declaration[DataMember]
public DateTime? LastLoginDate { get; set; }
Property Value Type Description System.Nullable<DateTime> View Source LastPasswordChangeDate
Gest or sets the date for last password change
Declaration[DataMember]
public DateTime? LastPasswordChangeDate { get; set; }
Property Value Type Description System.Nullable<DateTime> View Source LongStringPropertyValue
Internal/Experimental - only used for mapping queries.
Declaration[IgnoreDataMember]
public string LongStringPropertyValue { get; set; }
Property Value Type Description System.String View Source PasswordConfiguration Declaration
[IgnoreDataMember]
public string PasswordConfiguration { get; set; }
Property Value Type Description System.String View Source PropertyTypeAlias
Internal/Experimental - only used for mapping queries.
Declaration[IgnoreDataMember]
public string PropertyTypeAlias { get; set; }
Property Value Type Description System.String View Source RawPasswordValue
Gets or sets the raw password value
Declaration[IgnoreDataMember]
public string RawPasswordValue { get; set; }
Property Value Type Description System.String View Source SecurityStamp
The security stamp used by ASP.Net identity
Declaration[IgnoreDataMember]
public string SecurityStamp { get; set; }
Property Value Type Description System.String View Source ShortStringPropertyValue
Internal/Experimental - only used for mapping queries.
Declaration[IgnoreDataMember]
public string ShortStringPropertyValue { get; set; }
Property Value Type Description System.String View Source Username
Gets or sets the Username
Declaration[DataMember]
public string Username { get; set; }
Property Value Type Description System.String
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4