Class ColorSchemeUsageInfo
- Namespace
- Dynamicweb.Content.Styles.ColorSchemes
- Assembly
- Dynamicweb.dll
Represents information about the usage of a color scheme.
public sealed record ColorSchemeUsageInfo : IEquatable<ColorSchemeUsageInfo>
- Inheritance
-
ColorSchemeUsageInfo
- Implements
- Inherited Members
Constructors
ColorSchemeUsageInfo(string, string, string, bool, DateTime, DateTime, ColorSchemeUsageType)
Represents information about the usage of a color scheme.
public ColorSchemeUsageInfo(string ContentAreaName, string EntityId, string EntityName, bool EntityActive, DateTime EntityCreatedAt, DateTime EntityUpdatedAt, ColorSchemeUsageType UsageType)
Parameters
ContentAreaNamestringEntityIdstringEntityNamestringEntityActiveboolEntityCreatedAtDateTimeEntityUpdatedAtDateTimeUsageTypeColorSchemeUsageType
Properties
ContentAreaName
public string ContentAreaName { get; init; }
Property Value
EntityActive
public bool EntityActive { get; init; }
Property Value
EntityCreatedAt
public DateTime EntityCreatedAt { get; init; }
Property Value
EntityId
public string EntityId { get; init; }
Property Value
EntityName
public string EntityName { get; init; }
Property Value
EntityUpdatedAt
public DateTime EntityUpdatedAt { get; init; }
Property Value
UsageType
public ColorSchemeUsageType UsageType { get; init; }