Show / Hide Table of Contents

Class ConsentModel.ScopeViewModel

Inheritance
object
ConsentModel.ScopeViewModel
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account.Web.Pages
Assembly: Volo.Abp.Account.Pro.Public.Web.IdentityServer.dll
Syntax
public class ConsentModel.ScopeViewModel

Constructors

ScopeViewModel()

Declaration
public ScopeViewModel()

Properties

Checked

Declaration
public bool Checked { get; set; }
Property Value
Type Description
bool

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

Emphasize

Declaration
public bool Emphasize { get; set; }
Property Value
Type Description
bool

Name

Declaration
[Required]
[HiddenInput]
public string Name { get; set; }
Property Value
Type Description
string

Required

Declaration
public bool Required { get; set; }
Property Value
Type Description
bool
In this article
Back to top Powered by Volosoft