Class ConsentModel.ScopeViewModel
Inheritance
System.Object
ConsentModel.ScopeViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Abp.Account.Web.Pages
Assembly: Volo.Abp.Account.Web.IdentityServer.dll
Syntax
public class ScopeViewModel
Properties
Checked
Declaration
public bool Checked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DisplayName
Declaration
public string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Emphasize
Declaration
public bool Emphasize { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Required
Declaration
public bool Required { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |