Table of Contents

Class StarState

Namespace
Tudormobile.Strava.Model
Assembly
Tudormobile.Strava.dll

Represents the starred state of an entity.

public record StarState : IEquatable<StarState>
Inheritance
StarState
Implements
Inherited Members

Constructors

StarState(bool)

Initializes a new instance of the StarState class with the specified starred state.

public StarState(bool isStarred)

Parameters

isStarred bool

A value indicating whether the item is initially starred. Set to true to mark the item as starred; otherwise, false.

Properties

Starred

Gets or sets a value indicating whether the entity is starred.

public bool Starred { get; set; }

Property Value

bool