RTI Connext C# API  6.1.0
IStructMember Interface Reference

Defines a member of an IStructType. More...

Inheritance diagram for IStructMember:
IAggregationMember IMember 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 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 IStructType.

Property Documentation

◆ IsKey

bool IsKey
get

Whether this member is annotated as a key.

◆ IsOptional

bool IsOptional
get

Whether this member is annotated as optional.