Table of Contents

Interface IBranchMappingTableBuilder

Namespace
PushTechnology.ClientInterface.Client.Features.SessionTrees
Assembly
Diffusion.Client.dll
public interface IBranchMappingTableBuilder

Methods

AddBranchMapping(string, string)

Adds a new branch mapping.

IBranchMappingTableBuilder AddBranchMapping(string sessionFilter, string topicTreeBranch)

Parameters

sessionFilter string

The session filter.

topicTreeBranch string

The topic tree branch in the topic tree for sessions matching the session filter.

Returns

IBranchMappingTableBuilder

This builder.

Create(string)

Creates a new IBranchMappingTable.

IBranchMappingTable Create(string sessionTreeBranch)

Parameters

sessionTreeBranch string

The session tree branch.

Returns

IBranchMappingTable

The IBranchMappingTable created.

Reset()

Resets the builder.

IBranchMappingTableBuilder Reset()

Returns

IBranchMappingTableBuilder

This builder.