.NET API
DocumentAttachmentSummary
Tracon.Core.dllA document attachment’s identifying information, without its content.
public readonly struct DocumentAttachmentSummary : IEquatable<DocumentAttachmentSummary>Implements
Section titled “Implements”IEquatable<DocumentAttachmentSummary>
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”DocumentAttachmentSummary(string, int, string)
Section titled “ DocumentAttachmentSummary(string, int, string)”A document attachment’s identifying information, without its content.
public DocumentAttachmentSummary(string Name, int SizeBytes, string Sha256)Parameters
Section titled “Parameters”Name string
The document’s name.
SizeBytes int
The document’s UTF-8 byte size.
Sha256 string
The document’s SHA-256 hash, as lowercase hex.
Properties
Section titled “Properties”The document’s name.
public string Name { get; init; }Property Value
Section titled “Property Value”Sha256
Section titled “ Sha256”The document’s SHA-256 hash, as lowercase hex.
public string Sha256 { get; init; }Property Value
Section titled “Property Value”SizeBytes
Section titled “ SizeBytes”The document’s UTF-8 byte size.
public int SizeBytes { get; init; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”Deconstruct(out string, out int, out string)
Section titled “ Deconstruct(out string, out int, out string)”public void Deconstruct(out string Name, out int SizeBytes, out string Sha256)Parameters
Section titled “Parameters”Name string
SizeBytes int
Sha256 string
Equals(object)
Section titled “ Equals(object)”public override bool Equals(object obj)Parameters
Section titled “Parameters”obj object
Returns
Section titled “Returns”Equals(DocumentAttachmentSummary)
Section titled “ Equals(DocumentAttachmentSummary)”public bool Equals(DocumentAttachmentSummary other)Parameters
Section titled “Parameters”other DocumentAttachmentSummary
Returns
Section titled “Returns”GetHashCode()
Section titled “ GetHashCode()”public override int GetHashCode()Returns
Section titled “Returns”ToString()
Section titled “ ToString()”public override string ToString()Returns
Section titled “Returns”Operators
Section titled “Operators”operator ==(DocumentAttachmentSummary, DocumentAttachmentSummary)
Section titled “ operator ==(DocumentAttachmentSummary, DocumentAttachmentSummary)”public static bool operator ==(DocumentAttachmentSummary left, DocumentAttachmentSummary right)Parameters
Section titled “Parameters”left DocumentAttachmentSummary
right DocumentAttachmentSummary
Returns
Section titled “Returns”operator !=(DocumentAttachmentSummary, DocumentAttachmentSummary)
Section titled “ operator !=(DocumentAttachmentSummary, DocumentAttachmentSummary)”public static bool operator !=(DocumentAttachmentSummary left, DocumentAttachmentSummary right)Parameters
Section titled “Parameters”left DocumentAttachmentSummary
right DocumentAttachmentSummary