Class ExternalProviderItemDto
Inheritance
ExternalProviderItemDto
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
Name
Declaration
public string Name { get; set; }
Property Value
Properties
Declaration
public List<ExternalProviderSettingsProperty> Properties { get; set; }
Property Value
Extension Methods