Show / Hide Table of Contents

Class ExternalProviderItemDto

Inheritance
object
ExternalProviderItemDto
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.ExternalProviders
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class ExternalProviderItemDto

Constructors

ExternalProviderItemDto()

Declaration
public ExternalProviderItemDto()

Properties

Enabled

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

Name

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

Properties

Declaration
public List<ExternalProviderSettingsProperty> Properties { get; set; }
Property Value
Type Description
List<ExternalProviderSettingsProperty>
In this article
Back to top Powered by Volosoft