âšī¸ This class is an internal API and can change at any time.
It's documented so you see how it works.
â ī¸ Do not use it, or anything with Sys or Internal namespaces in your code, as future changes could break your code.
Class LookUpSpecs
Namespace ToSic .Eav .LookUp .Sys
Assembly ToSic.Eav.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
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