Diffusion .NET API  5.9.24
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Pages
PushTechnology.ClientInterface.Client.Topics.Update.IContentUpdateBuilder Interface Reference

A builder for building IUpdate updates of type UpdateType.CONTENT. More...

Inheritance diagram for PushTechnology.ClientInterface.Client.Topics.Update.IContentUpdateBuilder:
PushTechnology.ClientInterface.Client.Topics.Update.IUpdateBuilder< out TB >

Public Member Functions

IContentUpdateBuilder Action (UpdateAction action)
 Sets the action for the update. More...
 
IContentUpdateBuilder Content (IContent content)
 Sets the content for the update. More...
 
- Public Member Functions inherited from PushTechnology.ClientInterface.Client.Topics.Update.IUpdateBuilder< out TB >
TB Reset ()
 Resets the builder to its initial state. More...
 
IUpdate Build ()
 Build the update. More...
 

Detailed Description

A builder for building IUpdate updates of type UpdateType.CONTENT.

Member Function Documentation

IContentUpdateBuilder PushTechnology.ClientInterface.Client.Topics.Update.IContentUpdateBuilder.Action ( UpdateAction  action)

Sets the action for the update.

If this is not called then the default action is UpdateAction.UPDATE.

Parameters
actionThe update action.
Returns
This builder.
IContentUpdateBuilder PushTechnology.ClientInterface.Client.Topics.Update.IContentUpdateBuilder.Content ( IContent  content)

Sets the content for the update.

Parameters
contentThe content. If specified as null then empty content is supplied.
Returns
This builder.

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