Class LookUpSpecs NamespaceToSic.Eav.LookUp.Sys AssemblyToSic.Eav.LookUp.dll [InternalApi_DoNotUse_MayChangeWithoutNotice] public record LookUpSpecs : IEquatable<LookUpSpecs> Inheritance object LookUpSpecs Implements IEquatable<LookUpSpecs> 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