Show / Hide Table of Contents

Class BugFilerField

Inheritance
object
BugFilerField
Implements
IEquatable<BugFilerField>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.BugFiler
Assembly: CrashCABN.BugFiler.Abstractions.dll
Syntax
public sealed record BugFilerField : IEquatable<BugFilerField>

Constructors

View Source

BugFilerField(string, bool, string, IEnumerable<string>)

Declaration
public BugFilerField(string Name, bool IsRequired, string DefaultValue, IEnumerable<string> AllowedValues)
Parameters
Type Name Description
string Name
bool IsRequired
string DefaultValue
IEnumerable<string> AllowedValues

Properties

View Source

AllowedValues

Declaration
public IEnumerable<string> AllowedValues { get; init; }
Property Value
Type Description
IEnumerable<string>
View Source

DefaultValue

Declaration
public string DefaultValue { get; init; }
Property Value
Type Description
string
View Source

IsRequired

Declaration
public bool IsRequired { get; init; }
Property Value
Type Description
bool
View Source

Name

Declaration
public string Name { get; init; }
Property Value
Type Description
string

Implements

IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX