RTI Connext C# API Version 7.3.0
Rti.Dds.Core.Policy.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()

Rti.Dds.Core.Policy.Property.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 Rti.Dds.Core.Policy.Property.Entry.operator Entry ( string  value)
static

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

◆ operator Entry() [2/2]

static implicit Rti.Dds.Core.Policy.Property.Entry.operator Entry ( (string value, bool propagate)  entry)
static

Implicit conversion from (string, bool) tuple

Property Documentation

◆ Value

string Rti.Dds.Core.Policy.Property.Entry.Value
get

The value of the property

◆ Propagate

bool Rti.Dds.Core.Policy.Property.Entry.Propagate
get

Whether to propagate this property on discovery or not