Table of Contents

Class HotspotOption

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
public class HotspotOption
Inheritance
HotspotOption
Inherited Members
Extension Methods

Constructors

HotspotOption(Guid, HotspotShape)

public HotspotOption(Guid id, HotspotShape shape)

Parameters

id Guid
shape HotspotShape

Properties

Content

public ContentTitle Content { get; set; }

Property Value

ContentTitle

Identifier

public Guid Identifier { get; }

Property Value

Guid

Index

public int Index { get; }

Property Value

int

Letter

public string Letter { get; }

Property Value

string

Number

public int Number { get; set; }

Property Value

int

Points

public decimal Points { get; set; }

Property Value

decimal

Shape

public HotspotShape Shape { get; }

Property Value

HotspotShape

Methods

Clone()

public HotspotOption Clone()

Returns

HotspotOption

CopyTo(HotspotOption)

public void CopyTo(HotspotOption other)

Parameters

other HotspotOption

IsEqual(HotspotOption, bool)

public bool IsEqual(HotspotOption other, bool compareIdentifiers = true)

Parameters

other HotspotOption
compareIdentifiers bool

Returns

bool

ShouldSerializeContent()

public bool ShouldSerializeContent()

Returns

bool