confluent-kafka-dotnet
Show / Hide Table of Contents

Class RuleContext.FieldContext

Inheritance
object
RuleContext.FieldContext
Implements
IDisposable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public class RuleContext.FieldContext : IDisposable

Constructors

FieldContext(RuleContext, object, string, string, Type, ISet<string>)

Declaration
public FieldContext(RuleContext ruleContext, object containingMessage, string fullName, string name, RuleContext.Type type, ISet<string> tags)
Parameters
Type Name Description
RuleContext ruleContext
object containingMessage
string fullName
string name
RuleContext.Type type
ISet<string> tags

Properties

ContainingMessage

Declaration
public object ContainingMessage { get; set; }
Property Value
Type Description
object

FullName

Declaration
public string FullName { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

RuleContext

Declaration
public RuleContext RuleContext { get; set; }
Property Value
Type Description
RuleContext

Tags

Declaration
public ISet<string> Tags { get; set; }
Property Value
Type Description
ISet<string>

Type

Declaration
public RuleContext.Type Type { get; set; }
Property Value
Type Description
RuleContext.Type

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

IsPrimitive()

Declaration
public bool IsPrimitive()
Returns
Type Description
bool

Implements

IDisposable
In this article