RTI Connext C# API  6.1.2
BoundAttribute Class Reference

Specifies the maximum length for a bounded IDL sequence or string More...

Inherits Attribute.

Public Member Functions

 BoundAttribute (int value)
 Specifies the maximum length More...
 
 BoundAttribute (uint value)
 Specifies the maximum length More...
 
 BoundAttribute (short value)
 Specifies the maximum length More...
 
 BoundAttribute (ushort value)
 Specifies the maximum length More...
 
 BoundAttribute (long value)
 Specifies the maximum length More...
 
 BoundAttribute (ulong value)
 Specifies the maximum length More...
 

Properties

int Value [get, set]
 The maximum length More...
 

Detailed Description

Specifies the maximum length for a bounded IDL sequence or string

Constructor & Destructor Documentation

◆ BoundAttribute() [1/6]

BoundAttribute ( int  value)

Specifies the maximum length

◆ BoundAttribute() [2/6]

BoundAttribute ( uint  value)

Specifies the maximum length

◆ BoundAttribute() [3/6]

BoundAttribute ( short  value)

Specifies the maximum length

◆ BoundAttribute() [4/6]

BoundAttribute ( ushort  value)

Specifies the maximum length

◆ BoundAttribute() [5/6]

BoundAttribute ( long  value)

Specifies the maximum length

◆ BoundAttribute() [6/6]

BoundAttribute ( ulong  value)

Specifies the maximum length

Property Documentation

◆ Value

int Value
getset

The maximum length