RTI Connext C# API  6.1.0
Property.Entry Struct Reference

The entry in the Property dictionary More...

Public Member Functions

 Entry (string value, bool propagate=false)
 Creates a new entry with the value and whether to propagate it on discovery More...
 

Static Public Member Functions

static implicit operator Entry (string value)
 Implicit conversion from string to property entry with Propagate set to false. More...
 
static implicit operator Entry ((string value, bool propagate) entry)
 Implicit conversion from (string, bool) tuple More...
 

Properties

string Value [get]
 The value of the property More...
 
bool Propagate [get]
 Whether to propagate this property on discovery or not More...
 

Detailed Description

The entry in the Property dictionary

Constructor & Destructor Documentation

◆ Entry()

Entry ( string  value,
bool  propagate = false 
)

Creates a new entry with the value and whether to propagate it on discovery

Member Function Documentation

◆ operator Entry() [1/2]

static implicit operator Entry ( (string value, bool propagate)  entry)
static

Implicit conversion from (string, bool) tuple

◆ operator Entry() [2/2]

static implicit operator Entry ( string  value)
static

Implicit conversion from string to property entry with Propagate set to false.

Property Documentation

◆ Propagate

bool Propagate
get

Whether to propagate this property on discovery or not

◆ Value

string Value
get

The value of the property