RTI Connext C# API  6.1.2
Omg.Types Namespace Reference

Classes

class  KeyAttribute
 Indicates that a field in a topic-type is a key (IDL @key annotation) More...
 
class  OptionalAttribute
 Indicates that a field in a topic-type is optional (IDL @optional annotation) annotation) More...
 
class  BoundAttribute
 Specifies the maximum length for a bounded IDL sequence or string More...
 
interface  ISequence
 IDL sequences map to this type. More...
 

Enumerations

enum class  ExtensibilityKind {
  Final ,
  Extensible ,
  Mutable
}
 Represents the values of the IDL annotation @extensibility More...
 

Enumeration Type Documentation

◆ ExtensibilityKind

enum ExtensibilityKind
strong

Represents the values of the IDL annotation @extensibility

Enumerator
Final 

Final extensibility (@final).

Extensible 

Extensible/appendable extensibility (@appendable).

Mutable 

Mutable extensibility (@mutable)