confluent-kafka-dotnet
Show / Hide Table of Contents

Class BuiltinLibrary

Inheritance
object
BuiltinLibrary
Implements
ILibrary
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 class BuiltinLibrary : ILibrary

Properties

CompileOptions

Declaration
public virtual IList<EnvOption> CompileOptions { get; }
Property Value
Type Description
IList<EnvOption>

ProgramOptions

Declaration
public virtual IList<ProgramOption> ProgramOptions { get; }
Property Value
Type Description
IList<ProgramOption>

Implements

Cel.ILibrary
In this article