Class RoleViewModel
Inheritance
System.Object
RoleViewModel
Assembly: mix.identity.dll
Syntax
public class RoleViewModel : ViewModelBase<MixCmsAccountContext, AspNetRoles, Guid, RoleViewModel>
Constructors
|
Improve this Doc
View Source
RoleViewModel()
Declaration
|
Improve this Doc
View Source
RoleViewModel(AspNetRoles, UnitOfWorkInfo)
Declaration
public RoleViewModel(AspNetRoles entity, UnitOfWorkInfo uowInfo = null)
Parameters
Type |
Name |
Description |
AspNetRoles |
entity |
|
UnitOfWorkInfo |
uowInfo |
|
|
Improve this Doc
View Source
RoleViewModel(UnitOfWorkInfo)
Declaration
public RoleViewModel(UnitOfWorkInfo unitOfWorkInfo)
Parameters
Type |
Name |
Description |
UnitOfWorkInfo |
unitOfWorkInfo |
|
Properties
|
Improve this Doc
View Source
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NormalizedName
Declaration
public string NormalizedName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
InitDefaultValues(String, Nullable<Int32>)
Declaration
public override void InitDefaultValues(string language = null, int? cultureId = default(int? ))
Parameters
Type |
Name |
Description |
System.String |
language |
|
System.Nullable<System.Int32> |
cultureId |
|
|
Improve this Doc
View Source
ParseEntity()
Declaration
public override Task<AspNetRoles> ParseEntity()
Returns
Type |
Description |
System.Threading.Tasks.Task<AspNetRoles> |
|