Generated by DocFX

Class RegistrationResult

Class RegistrationResult.

Inheritance
System.Object
RegistrationResult
Namespace: ISynergy.Framework.Core.Models.Accounts
Assembly: ISynergy.Framework.Core.dll
Syntax
public class RegistrationResult : object

Constructors

View Source

RegistrationResult(Guid, String, String, String)

Initializes a new instance of the RegistrationResult class.

Declaration
public RegistrationResult(Guid userId, string account, string email, string token)
Parameters
Type Name Description
Guid userId

The user identifier.

System.String account

The account.

System.String email

The email.

System.String token

The token.

Properties

View Source

Account

Gets the account.

Declaration
public string Account { get; }
Property Value
Type Description
System.String

The account.

View Source

Email

Gets the email.

Declaration
public string Email { get; }
Property Value
Type Description
System.String

The email.

View Source

Token

Gets the token.

Declaration
public string Token { get; }
Property Value
Type Description
System.String

The token.

View Source

UserId

Gets the user identifier.

Declaration
public Guid UserId { get; }
Property Value
Type Description
Guid

The user identifier.

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)