RTI Connext C# API  6.1.2
IUnionType Interface Reference

Represents an IDL union. More...

Inheritance diagram for IUnionType:
IConstructedType IDynamicType UnionType

Properties

IDynamicType Discriminator [get]
 The IUnionType discriminator. More...
 
new IEnumerable< IUnionMemberMembers [get]
 The IUnionType members. More...
 
- Properties inherited from IConstructedType
ExtensibilityKind ExtensibilityKind [get]
 The ExtensibilityKind of the IConstructedType. More...
 
IEnumerable< IMemberMembers [get]
 The IConstructedType members. More...
 
- Properties inherited from IDynamicType
string Name [get]
 The name of the IDynamicType. More...
 
TypeKind Kind [get]
 The kind of IDynamicType. More...
 

Additional Inherited Members

- Public Member Functions inherited from IConstructedType
IMember GetMember (uint index)
 Returns the i-th member of the IConstructedType. More...
 
IMember GetMember (string name)
 Returns a member of the IConstructedType by its name. More...
 

Detailed Description

Represents an IDL union.

Property Documentation

◆ Discriminator

IDynamicType Discriminator
get

The IUnionType discriminator.

◆ Members

new IEnumerable<IUnionMember> Members
get

The IUnionType members.