Interface ITopicView
- Namespace
- PushTechnology.ClientInterface.Client.Features
- Assembly
- Diffusion.Client.dll
Representation of a topic view.
public interface ITopicView
Properties
Name
Gets the name of the view.
string Name { get; }
Property Value
- string
The view name.
Roles
Gets the security roles used when creating the view.
IReadOnlyCollection<string> Roles { get; }
Property Value
- IReadOnlyCollection<string>
The security roles.
Specification
Gets the view specification.
string Specification { get; }
Property Value
- string
The view specification.