TAuthorizationForm Class

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

Syntax

[Serialize(0xad2e1cd8)]
public sealed class TAuthorizationForm : IAuthorizationForm, IObject

Attributes

Type Description
SerializeAttribute

Properties

Name Value Summary
Errors TVector<ISecureValueError>
Flags BitArray
PrivacyPolicyUrl string
PrivacyPolicyUrlAsBinary byte[]
Binary representation for the 'PrivacyPolicyUrl' property
RequiredTypes TVector<ISecureRequiredType>
Users TVector<IUser>
Values TVector<ISecureValue>

Extension Methods

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