RTI Connext C# API Version 7.2.0
Rti.Types.Dynamic.TypeSerializationProperty Class Reference

Properties that govern how data of a certain type will be serialized on the network. More...

Inherits IEquatable< TypeSerializationProperty >.

Public Member Functions

override int GetHashCode ()
 Gets the hash code More...
 
override bool Equals (object other)
 Compares for equality More...
 
bool Equals (TypeSerializationProperty other)
 Compares for equality More...
 

Properties

bool TrimToSize [get, set]
 Controls the growth of the buffer in a DynamicData object. More...
 

Detailed Description

Properties that govern how data of a certain type will be serialized on the network.

Member Function Documentation

◆ GetHashCode()

override int Rti.Types.Dynamic.TypeSerializationProperty.GetHashCode ( )

Gets the hash code

◆ Equals() [1/2]

override bool Rti.Types.Dynamic.TypeSerializationProperty.Equals ( object  other)

Compares for equality

◆ Equals() [2/2]

bool Rti.Types.Dynamic.TypeSerializationProperty.Equals ( TypeSerializationProperty  other)
inline

Compares for equality

Property Documentation

◆ TrimToSize

bool Rti.Types.Dynamic.TypeSerializationProperty.TrimToSize
getset

Controls the growth of the buffer in a DynamicData object.

The full documentation is available in the C API: DDS_DynamicDataTypeSerializationProperty_t_trim_to_size