RTI Connext C# API  6.1.0
EntityNameBuilder Class Reference

A modifiable type used to create an immutable EntityName More...

Public Member Functions

 EntityNameBuilder (EntityName data)
 Creates a builder with the values of an existing immutable instance More...
 
EntityName Build ()
 Creates a immutable object (EntityName) from this one. More...
 

Properties

string Name [get, set]
 Gets the value of Name More...
 
string RoleName [get, set]
 Gets the value of RoleName More...
 

Detailed Description

A modifiable type used to create an immutable EntityName

Constructor & Destructor Documentation

◆ EntityNameBuilder()

Creates a builder with the values of an existing immutable instance

Member Function Documentation

◆ Build()

EntityName Build ( )

Creates a immutable object (EntityName) from this one.

Property Documentation

◆ Name

string Name
getset

Gets the value of Name

The full documentation is available in the C API: DDS_EntityNameQosPolicy::name

◆ RoleName

string RoleName
getset

Gets the value of RoleName

The full documentation is available in the C API: DDS_EntityNameQosPolicy::role_name