RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
DDS::KeyedString Struct Reference

Keyed string built-in type. More...

#include <managed_keyedstring.h>

Inheritance diagram for DDS::KeyedString:
DDS::ICopyable< T >

Public Member Functions

 KeyedString ()
 Default Constructor.
 
virtual System::Boolean copy_from (KeyedString^ src)
 Copy src into this object.
 

Public Attributes

System::String^ key
 Instance key associated with the specified value.
 
System::String^ value
 String value.
 

Detailed Description

Keyed string built-in type.

Constructor & Destructor Documentation

DDS::KeyedString::KeyedString ( )

Default Constructor.

The default constructor initializes the newly created object with empty key and value.

Member Function Documentation

virtual System::Boolean DDS::KeyedString::copy_from ( KeyedString src)
virtual

Copy src into this object.

This method performs a deep copy of src.

Parameters
src<<in>> Object to copy from.
Returns
true if success. Otherwise, false.
Exceptions
ArgumentNullExceptionif src is null.

Member Data Documentation

System::String ^ DDS::KeyedString::key

Instance key associated with the specified value.

System::String ^ DDS::KeyedString::value

String value.


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc