Search Results for

    Show / Hide Table of Contents
    View Source

    Class UserProfile

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.Membership
    Assembly: Umbraco.Core.dll
    Syntax
    public class UserProfile : IProfile

    Constructors

    View Source

    UserProfile(Int32, String)

    Declaration
    public UserProfile(int id, string name)
    Parameters
    Type Name Description
    System.Int32 id
    System.String name

    Properties

    View Source

    Id

    Declaration
    public int Id { get; }
    Property Value
    Type Description
    System.Int32
    View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    Methods

    View Source

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    View Source

    Equals(UserProfile)

    Declaration
    public bool Equals(UserProfile other)
    Parameters
    Type Name Description
    UserProfile other
    Returns
    Type Description
    System.Boolean
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    Operators

    View Source

    Equality(UserProfile, UserProfile)

    Declaration
    public static bool operator ==(UserProfile left, UserProfile right)
    Parameters
    Type Name Description
    UserProfile left
    UserProfile right
    Returns
    Type Description
    System.Boolean
    View Source

    Inequality(UserProfile, UserProfile)

    Declaration
    public static bool operator !=(UserProfile left, UserProfile right)
    Parameters
    Type Name Description
    UserProfile left
    UserProfile right
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UserProfile(Int32, String)
    • Properties
      • Id
      • Name
    • Methods
      • Equals(Object)
      • Equals(UserProfile)
      • GetHashCode()
    • Operators
      • Equality(UserProfile, UserProfile)
      • Inequality(UserProfile, UserProfile)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX