Search Results for

    Show / Hide Table of Contents

    Class UmbracoIdentityRole

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Security
    Assembly: cs.temp.dll.dll
    Syntax
    public class UmbracoIdentityRole : IdentityRole

    Constructors

    UmbracoIdentityRole()

    Declaration
    public UmbracoIdentityRole()

    UmbracoIdentityRole(String)

    Declaration
    public UmbracoIdentityRole(string roleName)
    Parameters
    Type Name Description
    System.String roleName

    Properties

    BeingDirty

    Gets the BeingDirty for change tracking

    Declaration
    protected BeingDirty BeingDirty { get; }
    Property Value
    Type Description
    BeingDirty

    ConcurrencyStamp

    Declaration
    public override string ConcurrencyStamp { get; set; }
    Property Value
    Type Description
    System.String

    HasIdentity

    Gets or sets a value indicating whether returns an Id has been set on this object this will be false if the object is new and not persisted to the database

    Declaration
    public bool HasIdentity { get; protected set; }
    Property Value
    Type Description
    System.Boolean

    Id

    Declaration
    public override string Id { get; set; }
    Property Value
    Type Description
    System.String

    Name

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

    NormalizedName

    Declaration
    public override string NormalizedName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    DisableChangeTracking()

    Disables change tracking.

    Declaration
    public void DisableChangeTracking()

    EnableChangeTracking()

    Enables change tracking.

    Declaration
    public void EnableChangeTracking()

    GetDirtyProperties()

    Declaration
    public IEnumerable<string> GetDirtyProperties()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    GetWereDirtyProperties()

    Declaration
    public IEnumerable<string> GetWereDirtyProperties()
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<System.String>

    IsDirty()

    Declaration
    public bool IsDirty()
    Returns
    Type Description
    System.Boolean

    IsPropertyDirty(String)

    Declaration
    public bool IsPropertyDirty(string propName)
    Parameters
    Type Name Description
    System.String propName
    Returns
    Type Description
    System.Boolean

    ResetDirtyProperties()

    Declaration
    public void ResetDirtyProperties()

    ResetDirtyProperties(Boolean)

    Declaration
    public void ResetDirtyProperties(bool rememberDirty)
    Parameters
    Type Name Description
    System.Boolean rememberDirty

    ResetWereDirtyProperties()

    Declaration
    public void ResetWereDirtyProperties()

    WasDirty()

    Declaration
    public bool WasDirty()
    Returns
    Type Description
    System.Boolean

    WasPropertyDirty(String)

    Declaration
    public bool WasPropertyDirty(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName
    Returns
    Type Description
    System.Boolean

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    PropertyChangedEventHandler
    In This Article
    • Constructors
      • UmbracoIdentityRole()
      • UmbracoIdentityRole(String)
    • Properties
      • BeingDirty
      • ConcurrencyStamp
      • HasIdentity
      • Id
      • Name
      • NormalizedName
    • Methods
      • DisableChangeTracking()
      • EnableChangeTracking()
      • GetDirtyProperties()
      • GetWereDirtyProperties()
      • IsDirty()
      • IsPropertyDirty(String)
      • ResetDirtyProperties()
      • ResetDirtyProperties(Boolean)
      • ResetWereDirtyProperties()
      • WasDirty()
      • WasPropertyDirty(String)
    • Events
      • PropertyChanged
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX