Class UmbracoIdentityRole
Inheritance
System.Object
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
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()
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
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
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 |
|