Diffusion .NET Client Library  6.1.5
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.TopicDetails.Details.ITopicDetailsBuilderFactory Interface Reference

The factory for topic details builders. More...

Inherited by PushTechnology.ClientInterface.TopicDetails.Details.TopicDetailsBuilderFactory.

Public Member Functions

TB CreateDetailsBuilder< TB > ()
 Given a topic details class, this will construct a builder of the appropriate type. More...
 
ITopicDetailsBuilder
< ITopicDetails
CreateDetailsBuilder (TopicType topicType)
 Create a new builder by type. More...
 

Detailed Description

The factory for topic details builders.

Member Function Documentation

ITopicDetailsBuilder<ITopicDetails> PushTechnology.ClientInterface.TopicDetails.Details.ITopicDetailsBuilderFactory.CreateDetailsBuilder ( TopicType  topicType)

Create a new builder by type.

Parameters
topicTypeThe TopicType corresponding to the type of topic to build.
Returns
A new builder, which can be cast to the appropriate builder interface.

Given a topic details class, this will construct a builder of the appropriate type.

Template Parameters
TBThe topic details builder type.
Returns
A topic details builder.
Type Constraints
TB :ITopicDetailsBuilder<ITopicDetails> 

The documentation for this interface was generated from the following file: