Skip to main content

Struct TreeTemplateCacheKey

Namespace: VelloSharp.TreeDataGrid.Templates
Assembly: VelloSharp.TreeDataGrid.dll

public readonly record struct TreeTemplateCacheKey : IEquatable<TreeTemplateCacheKey>

Implements

IEquatable<TreeTemplateCacheKey>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

TreeTemplateCacheKey(string, TreeFrozenKind, string)

public TreeTemplateCacheKey(string TemplateId, TreeFrozenKind PaneKind, string ContentHash)

Parameters

TemplateId string

PaneKind TreeFrozenKind

ContentHash string

Properties

ContentHash

public string ContentHash { get; init; }

Property Value

string

PaneKind

public TreeFrozenKind PaneKind { get; init; }

Property Value

TreeFrozenKind

TemplateId

public string TemplateId { get; init; }

Property Value

string