Show / Hide Table of Contents

Class GatewaySchema

Inheritance
object
SchemaBase
GatewaySchema
Implements
IEquatable<SchemaBase>
IEquatable<GatewaySchema>
Inherited Members
SchemaBase.Assembly
SchemaBase.ResourceFileName
SchemaBase.Schema
SchemaBase.Version
SchemaBase.Deserialize<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.Gateway
Assembly: CrashCABN.Gateway.Abstractions.dll
Syntax
public sealed record GatewaySchema : SchemaBase, IEquatable<SchemaBase>, IEquatable<GatewaySchema>

Constructors

View Source

GatewaySchema()

Declaration
public GatewaySchema()

Methods

View Source

SerializeConciseAsync<T>(Stream, T)

Declaration
public static Task SerializeConciseAsync<T>(Stream s, T mappings)
Parameters
Type Name Description
Stream s
T mappings
Returns
Type Description
Task
Type Parameters
Name Description
T
View Source

SerializeIndented<T>(T)

Declaration
public static string SerializeIndented<T>(T mappings)
Parameters
Type Name Description
T mappings
Returns
Type Description
string
Type Parameters
Name Description
T

Implements

IEquatable<T>
IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX