RTI Connext C# API  7.0.0
IUnionMember Interface Reference

Defines a member of an IUnionType. More...

Inheritance diagram for IUnionMember:
IAggregationMember IMember UnionMember

Properties

IEnumerable< int > Labels [get]
 The labels that select this IUnionMember. More...
 
- Properties inherited from IAggregationMember
IDynamicType Type [get]
 The IDynamicType of the IAggregationMember. More...
 
int Id [get]
 The id of the IAggregationMember. More...
 
bool IsExternal [get]
 Indicates whether or not the IAggregationMember is annotated as external. More...
 
- Properties inherited from IMember
string Name [get]
 The name of the member. More...
 

Detailed Description

Defines a member of an IUnionType.

Property Documentation

◆ Labels

IEnumerable<int> Labels
get

The labels that select this IUnionMember.