Table of Contents

Class LookUpSpecs

Namespace
ToSic.Lib.LookUp
Assembly
ToSic.Lib.LookUp.dll
[InternalApi_DoNotUse_MayChangeWithoutNotice]
public record LookUpSpecs : IEquatable<LookUpSpecs>
Inheritance
object
LookUpSpecs
Implements

Constructors

LookUpSpecs(string, string, string, string)

public LookUpSpecs(string SourceName, string Name, string Format, string IfEmpty)

Parameters

SourceName string
Name string
Format string
IfEmpty string

Properties

Format

public string Format { get; init; }

Property Value

string

IfEmpty

public string IfEmpty { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

SourceName

public string SourceName { get; init; }

Property Value

string