RTI Connext C# API Version 7.3.0
Example.PointSupport Class Reference

Provides utilities for Point (this class is a singleton). More...

Inheritance diagram for Example.PointSupport:
Rti.Dds.Topics.TypeSupport< Example.Point >

Properties

static PointSupport Instance [get]
 The singleton instance More...
 
- Properties inherited from Rti.Dds.Topics.TypeSupport< Example.Point >
DynamicType DynamicType [get]
 The DynamicType that describes the IDL type T. More...
 

Additional Inherited Members

- Public Member Functions inherited from Rti.Dds.Topics.TypeSupport< Example.Point >
ISerializer< T > CreateSerializer (short dataRepresentation=Core.Policy.DataRepresentation.Xcdr)
 Creates an ISerializer that allows serializing and deserializing data as byte arrays. More...
 
string ToString (T sample)
 Converts a data sample into a readable string. More...
 
string ToString (T sample, PrintFormatProperty format)
 Converts a data sample into a string representation such as XML or JSON according to the specified formatting options. More...
 
FromString (string str, PrintFormatKind formatKind=PrintFormatKind.Json)
 Creates a data sample from a JSON string representation More...
 
DynamicType GetDynamicTypeInternal (bool isPublic=true)
 For internal use only. More...
 
virtual void RegisterType (DomainParticipant participant, string typeName)
 For internal use only. More...
 
TAttribute GetAttribute< TAttribute > (string propertyName)
 Gets an Attribute (such as Omg.Types.KeyAttribute) from a property of this TypeSupport's type, T. More...
 
virtual void Dispose ()
 For internal use only. More...
 
- Protected Member Functions inherited from Rti.Dds.Topics.TypeSupport< Example.Point >
 TypeSupport (ITypePlugin plugin, Lazy< DynamicType > dynamicTypeConstructor)
 For internal use only. More...
 

Detailed Description

Provides utilities for Point (this class is a singleton).

All the methods are properties are defined in the base class, Rti.Dds.Topics.TypeSupport<T>

Property Documentation

◆ Instance

PointSupport Example.PointSupport.Instance
staticget
Initial value:
=
ServiceEnvironment.Instance.Internal.TypeSupportFactory.CreateTypeSupport<PointSupport, Example.Point>()
Example C# class generated from the IDL struct Point, used by MyType.
Definition: MyType.cs:23
Definition: MyType.cs:17

The singleton instance