Avro C#
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Properties | List of all members
Avro.Specific.SpecificFixed Class Referenceabstract

Base class for all generated classes. More...

Inheritance diagram for Avro.Specific.SpecificFixed:
Avro.Generic.GenericFixed

Public Member Functions

 SpecificFixed (uint size)
 Initializes a new instance of the SpecificFixed class.
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
- Public Member Functions inherited from Avro.Generic.GenericFixed
 GenericFixed (FixedSchema schema)
 Initializes a new instance of the GenericFixed class.
 
 GenericFixed (FixedSchema schema, byte[] value)
 Initializes a new instance of the GenericFixed class with a value.
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Protected Member Functions

bool Equals (SpecificFixed obj)
 Determines whether the provided fixed is equivalent this this instance.
 
- Protected Member Functions inherited from Avro.Generic.GenericFixed
 GenericFixed (uint size)
 Initializes a new instance of the GenericFixed class with a size.
 

Properties

new Schema Schema [get]
 Schema of this instance.
 
- Properties inherited from Avro.Generic.GenericFixed
FixedSchema Schema [get, set]
 Schema for this fixed.
 
byte[] Value [get, set]
 Value of this fixed.
 

Additional Inherited Members

- Protected Attributes inherited from Avro.Generic.GenericFixed
readonly byte[] value
 Value of this fixed.
 

Detailed Description

Base class for all generated classes.

Constructor & Destructor Documentation

◆ SpecificFixed()

Avro.Specific.SpecificFixed.SpecificFixed ( uint  size)
inline

Initializes a new instance of the SpecificFixed class.

Parameters
size

Member Function Documentation

◆ Equals()

bool Avro.Specific.SpecificFixed.Equals ( SpecificFixed  obj)
inlineprotected

Determines whether the provided fixed is equivalent this this instance.

Parameters
objFixed to compare.
Returns
True if the fixed instances have equal values.

The documentation for this class was generated from the following file: