RTI Connext C# API Version 7.2.0
Omg.Types.Dynamic.IStructMember Interface Reference

Defines a member of an IStructType. More...

Inheritance diagram for Omg.Types.Dynamic.IStructMember:
Omg.Types.Dynamic.IAggregationMember Omg.Types.Dynamic.IMember Rti.Types.Dynamic.StructMember

Properties

bool IsKey [get]
 Whether this member is annotated as a key. More...
 
bool IsOptional [get]
 Whether this member is annotated as optional. More...
 
- Properties inherited from Omg.Types.Dynamic.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 Omg.Types.Dynamic.IMember
string Name [get]
 The name of the member. More...
 

Detailed Description

Defines a member of an IStructType.

Property Documentation

◆ IsKey

bool Omg.Types.Dynamic.IStructMember.IsKey
get

Whether this member is annotated as a key.

Implemented in Rti.Types.Dynamic.StructMember.

◆ IsOptional

bool Omg.Types.Dynamic.IStructMember.IsOptional
get

Whether this member is annotated as optional.

Implemented in Rti.Types.Dynamic.StructMember.