Table of Contents

Class StationReferenceContentRegion

Namespace
Acuit.Pinpoint.Services.Entities
Assembly
Acuit.Pinpoint.Services.Entities.dll

A reference content display region at a station.

[DataContract(Namespace = "http://schemas.datacontract.org/2004/07/Acuit.Pinpoint.Server.Business.ReferenceContent")]
public class StationReferenceContentRegion
Inheritance
StationReferenceContentRegion
Inherited Members

Constructors

StationReferenceContentRegion()

public StationReferenceContentRegion()

Properties

ButtonText

Gets or sets the optional text to use in the button used to display reference content via a popup window. This should only be set when Name is not set.

[DataMember]
public string? ButtonText { get; set; }

Property Value

string

Layout

Gets or sets the layout method to use for content within this region.

[DataMember]
public ReferenceContentLayout Layout { get; set; }

Property Value

ReferenceContentLayout

Name

Gets or sets the display region name within which to display the reference content, or null or empty to display via a popup window on demand.

[DataMember]
public string? Name { get; set; }

Property Value

string

ReferenceTypes

Gets the list of reference content types to display within this region.

public IList<ReferenceType> ReferenceTypes { get; }

Property Value

IList<ReferenceType>