Show / Hide Table of Contents

Class GetByNameInput

Inheritance
object
GetByNameInput
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 GetByNameInput

Constructors

GetByNameInput()

Declaration
public GetByNameInput()

Properties

Name

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

TenantId

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