Class PartitionKeyMetadata
Namespace: Momentum.Extensions.EventMarkdownGenerator.Models
Assembly: Momentum.Extensions.EventMarkdownGenerator.dll
csharp
public record PartitionKeyMetadata : IEquatable<PartitionKeyMetadata>
Inheritance
Implements
IEquatable<PartitionKeyMetadata>
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
PartitionKeyMetadata(PartitionKeyMetadata)
csharp
protected PartitionKeyMetadata(PartitionKeyMetadata original)
Parameters
original
PartitionKeyMetadata
PartitionKeyMetadata()
csharp
public PartitionKeyMetadata()
Properties
Description
csharp
public string? Description { get; init; }
Property Value
EqualityContract
csharp
protected virtual Type EqualityContract { get; }
Property Value
IsFromParameter
csharp
public bool IsFromParameter { get; init; }
Property Value
Name
csharp
public required string Name { get; init; }
Property Value
Order
csharp
public int Order { get; init; }
Property Value
TypeName
csharp
public required string TypeName { get; init; }
Property Value
Methods
<Clone>$()
csharp
public virtual PartitionKeyMetadata <Clone>$()
Returns
Equals(object?)
csharp
public override bool Equals(object? obj)
Parameters
obj
object?
Returns
Equals(PartitionKeyMetadata?)
csharp
public virtual bool Equals(PartitionKeyMetadata? other)
Parameters
other
PartitionKeyMetadata?
Returns
GetHashCode()
csharp
public override int GetHashCode()
Returns
PrintMembers(StringBuilder)
csharp
protected virtual bool PrintMembers(StringBuilder builder)
Parameters
builder
StringBuilder
Returns
ToString()
csharp
public override string ToString()
Returns
Operators
operator ==(PartitionKeyMetadata?, PartitionKeyMetadata?)
csharp
public static bool operator ==(PartitionKeyMetadata? left, PartitionKeyMetadata? right)
Parameters
left
PartitionKeyMetadata?
right
PartitionKeyMetadata?
Returns
operator !=(PartitionKeyMetadata?, PartitionKeyMetadata?)
csharp
public static bool operator !=(PartitionKeyMetadata? left, PartitionKeyMetadata? right)
Parameters
left
PartitionKeyMetadata?
right
PartitionKeyMetadata?