confluent-kafka-dotnet
Show / Hide Table of Contents

Class CelExecutor.RuleWithArgs

Inheritance
object
CelExecutor.RuleWithArgs
Implements
IEquatable<CelExecutor.RuleWithArgs>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry.Rules
Assembly: Confluent.SchemaRegistry.Rules.dll
Syntax
public record CelExecutor.RuleWithArgs : IEquatable<CelExecutor.RuleWithArgs>

Constructors

RuleWithArgs(string, ScriptType, IDictionary<string, Decl>, string)

Declaration
public RuleWithArgs(string Rule, CelExecutor.ScriptType ScriptType, IDictionary<string, Decl> Decls, string Schema)
Parameters
Type Name Description
string Rule
CelExecutor.ScriptType ScriptType
IDictionary<string, Decl> Decls
string Schema

Properties

Decls

Declaration
public IDictionary<string, Decl> Decls { get; init; }
Property Value
Type Description
IDictionary<string, Decl>

Rule

Declaration
public string Rule { get; init; }
Property Value
Type Description
string

Schema

Declaration
public string Schema { get; init; }
Property Value
Type Description
string

ScriptType

Declaration
public CelExecutor.ScriptType ScriptType { get; init; }
Property Value
Type Description
CelExecutor.ScriptType

Implements

IEquatable<T>
In this article