RTI Connext C# API  6.1.2
IAggregationMember Interface Reference

Common interface for the members of an aggregation type. More...

Inheritance diagram for IAggregationMember:
IMember IStructMember IUnionMember StructMember UnionMember

Properties

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

Common interface for the members of an aggregation type.

IStructMember and IUnionMember are considered to be IAggregationMember.

Property Documentation

◆ Id

int Id
get

The id of the IAggregationMember.

◆ IsExternal

bool IsExternal
get

Indicates whether or not the IAggregationMember is annotated as external.

◆ Type