TPasswordRecovery Class

Namespace
OpenTl.Schema.Auth
Interfaces
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IPasswordRecovery"]-.->Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema.Auth/IPasswordRecovery" Interface1["IObject"]-.->Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TPasswordRecovery"] class Type type-node

Syntax

[Serialize(0x137948a5)]
public sealed class TPasswordRecovery : IPasswordRecovery, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
EmailPattern string
EmailPatternAsBinary byte[]
Binary representation for the 'EmailPattern' property

Extension Methods

Name Value Summary
As<T>() T
From Utils
Is<T>() T
From Utils
IsEmpty() bool
From Utils