Class GeneratorOptions
Namespace: Momentum.Extensions.EventMarkdownGenerator.Models
Assembly: Momentum.Extensions.EventMarkdownGenerator.dll
csharp
public record GeneratorOptions : IEquatable<GeneratorOptions>Inheritance
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
GeneratorOptions(GeneratorOptions)
csharp
protected GeneratorOptions(GeneratorOptions original)Parameters
original GeneratorOptions
GeneratorOptions()
csharp
public GeneratorOptions()Properties
AssemblyPaths
csharp
public List<string> AssemblyPaths { get; init; }Property Value
EqualityContract
csharp
protected virtual Type EqualityContract { get; }Property Value
GitHubBaseUrl
csharp
public string? GitHubBaseUrl { get; init; }Property Value
OutputDirectory
csharp
public required string OutputDirectory { get; init; }Property Value
SidebarFileName
csharp
public required string SidebarFileName { get; init; }Property Value
TemplatesDirectory
csharp
public string? TemplatesDirectory { get; init; }Property Value
XmlDocumentationPaths
csharp
public List<string> XmlDocumentationPaths { get; init; }Property Value
Methods
<Clone>$()
csharp
public virtual GeneratorOptions <Clone>$()Returns
EnsureOutputDirectoryExists()
csharp
public void EnsureOutputDirectoryExists()Equals(object?)
csharp
public override bool Equals(object? obj)Parameters
obj object?
Returns
Equals(GeneratorOptions?)
csharp
public virtual bool Equals(GeneratorOptions? other)Parameters
other GeneratorOptions?
Returns
GetHashCode()
csharp
public override int GetHashCode()Returns
GetSidebarPath()
csharp
public string GetSidebarPath()Returns
PrintMembers(StringBuilder)
csharp
protected virtual bool PrintMembers(StringBuilder builder)Parameters
builder StringBuilder
Returns
ToString()
csharp
public override string ToString()Returns
Operators
operator ==(GeneratorOptions?, GeneratorOptions?)
csharp
public static bool operator ==(GeneratorOptions? left, GeneratorOptions? right)Parameters
left GeneratorOptions?
right GeneratorOptions?
Returns
operator !=(GeneratorOptions?, GeneratorOptions?)
csharp
public static bool operator !=(GeneratorOptions? left, GeneratorOptions? right)Parameters
left GeneratorOptions?
right GeneratorOptions?