Class EventPropertyMetadata
Namespace: Momentum.Extensions.EventMarkdownGenerator.Models
Assembly: Momentum.Extensions.EventMarkdownGenerator.dll
csharp
public record EventPropertyMetadata : IEquatable<EventPropertyMetadata>
Inheritance
object ← EventPropertyMetadata
Implements
IEquatable<EventPropertyMetadata>
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
EventPropertyMetadata(EventPropertyMetadata)
csharp
protected EventPropertyMetadata(EventPropertyMetadata original)
Parameters
original
EventPropertyMetadata
EventPropertyMetadata()
csharp
public EventPropertyMetadata()
Properties
Description
csharp
public string? Description { get; init; }
Property Value
EqualityContract
csharp
protected virtual Type EqualityContract { get; }
Property Value
EstimatedSizeBytes
csharp
public int EstimatedSizeBytes { get; init; }
Property Value
IsAccurate
csharp
public bool IsAccurate { get; init; }
Property Value
IsComplexType
csharp
public bool IsComplexType { get; init; }
Property Value
IsPartitionKey
csharp
public bool IsPartitionKey { get; init; }
Property Value
IsRequired
csharp
public bool IsRequired { get; init; }
Property Value
Name
csharp
public required string Name { get; init; }
Property Value
PartitionKeyOrder
csharp
public int? PartitionKeyOrder { get; init; }
Property Value
int?
PropertyType
csharp
public required Type PropertyType { get; init; }
Property Value
SizeWarning
csharp
public string? SizeWarning { get; init; }
Property Value
TypeName
csharp
public required string TypeName { get; init; }
Property Value
Methods
<Clone>$()
csharp
public virtual EventPropertyMetadata <Clone>$()
Returns
Equals(object?)
csharp
public override bool Equals(object? obj)
Parameters
obj
object?
Returns
Equals(EventPropertyMetadata?)
csharp
public virtual bool Equals(EventPropertyMetadata? other)
Parameters
other
EventPropertyMetadata?
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 ==(EventPropertyMetadata?, EventPropertyMetadata?)
csharp
public static bool operator ==(EventPropertyMetadata? left, EventPropertyMetadata? right)
Parameters
left
EventPropertyMetadata?
right
EventPropertyMetadata?
Returns
operator !=(EventPropertyMetadata?, EventPropertyMetadata?)
csharp
public static bool operator !=(EventPropertyMetadata? left, EventPropertyMetadata? right)
Parameters
left
EventPropertyMetadata?
right
EventPropertyMetadata?