Avro C#
 All Classes Namespaces Functions Variables Enumerations Properties
Public Member Functions | Properties
Avro.Generic.GenericRecord Class Reference

The default type used by GenericReader and GenericWriter for RecordSchema. More...

List of all members.

Public Member Functions

 GenericRecord (RecordSchema schema)
void Add (string fieldName, object fieldValue)
bool TryGetValue (string fieldName, out object result)
override bool Equals (object obj)
override int GetHashCode ()
override string ToString ()

Properties

RecordSchema Schema [get, set]
object this[string fieldName] [get]

Detailed Description

The default type used by GenericReader and GenericWriter for RecordSchema.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Enumerations Properties