Table of Contents

Class ColorSchemeUsageInfo

Namespace
Dynamicweb.Content.ColorSchemes
Assembly
Dynamicweb.dll
public sealed record ColorSchemeUsageInfo : IEquatable<ColorSchemeUsageInfo>
Inheritance
ColorSchemeUsageInfo
Implements
Inherited Members

Constructors

ColorSchemeUsageInfo(string, string, string, bool, DateTime, DateTime, ColorSchemeUsageType)

public ColorSchemeUsageInfo(string ContentAreaName, string EntityId, string EntityName, bool EntityActive, DateTime EntityCreatedAt, DateTime EntityUpdatedAt, ColorSchemeUsageType UsageType)

Parameters

ContentAreaName string
EntityId string
EntityName string
EntityActive bool
EntityCreatedAt DateTime
EntityUpdatedAt DateTime
UsageType ColorSchemeUsageType

Properties

ContentAreaName

public string ContentAreaName { get; init; }

Property Value

string

EntityActive

public bool EntityActive { get; init; }

Property Value

bool

EntityCreatedAt

public DateTime EntityCreatedAt { get; init; }

Property Value

DateTime

EntityId

public string EntityId { get; init; }

Property Value

string

EntityName

public string EntityName { get; init; }

Property Value

string

EntityUpdatedAt

public DateTime EntityUpdatedAt { get; init; }

Property Value

DateTime

UsageType

public ColorSchemeUsageType UsageType { get; init; }

Property Value

ColorSchemeUsageType
To top