RTI Connext C# API  6.1.2
EntityFactory Class Reference

Configures whether an Entity that acts as a factory automatically enables the entities it creates or not. More...

Public Member Functions

EntityFactory WithAutoEnableCreatedEntities (bool autoEnable)
 Returns AutoEnable if autoEnable is true, or else ManuallyEnable More...
 
override string ToString ()
 Returns a string representation More...
 

Properties

static EntityFactory AutoEnable [get]
 Automatically enable More...
 
static EntityFactory ManuallyEnable [get]
 Indicates that created entities will be enabled manually More...
 
static EntityFactory Default [get]
 Default value for this policy More...
 
bool AutoEnableCreatedEntities [get]
 Specifies whether the entity acting as a factory automatically enables the instances it creates. More...
 

Detailed Description

Configures whether an Entity that acts as a factory automatically enables the entities it creates or not.

Member Function Documentation

◆ ToString()

override string ToString ( )

Returns a string representation

◆ WithAutoEnableCreatedEntities()

EntityFactory WithAutoEnableCreatedEntities ( bool  autoEnable)

Returns AutoEnable if autoEnable is true, or else ManuallyEnable

Property Documentation

◆ AutoEnable

EntityFactory AutoEnable
staticget

Automatically enable

◆ AutoEnableCreatedEntities

bool AutoEnableCreatedEntities
get

Specifies whether the entity acting as a factory automatically enables the instances it creates.

The full documentation is available in the C API: DDS_EntityFactoryQosPolicy::autoenable_created_entities

◆ Default

EntityFactory Default
staticget

Default value for this policy

◆ ManuallyEnable

EntityFactory ManuallyEnable
staticget

Indicates that created entities will be enabled manually