Show / Hide Table of Contents

Class GatewayFilterList<T>

Inheritance
object
GatewayFilterList<T>
Inherited Members
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 class GatewayFilterList<T>
Type Parameters
Name Description
T

Constructors

View Source

GatewayFilterList(ICollection<T>, Uri?)

Declaration
public GatewayFilterList(ICollection<T> filters, Uri? schema = null)
Parameters
Type Name Description
ICollection<T> filters
Uri schema

Properties

View Source

Filters

Declaration
[JsonProperty(Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<T> Filters { get; }
Property Value
Type Description
ICollection<T>
View Source

Schema

Gets the schema URL.

Declaration
[JsonProperty(PropertyName = "$schema", NullValueHandling = NullValueHandling.Ignore)]
public Uri? Schema { get; }
Property Value
Type Description
Uri
  • View Source
In this article
Back to top Generated by DocFX