Table of Contents

Class OperationSource

Namespace
Gve.Text
Assembly
Gve.Text.dll

The source for a variant.

public class OperationSource
Inheritance
OperationSource
Inherited Members

Properties

Id

Gets or sets the source identifier.

public string Id { get; set; }

Property Value

string

Note

Gets or sets an optional note.

public string? Note { get; set; }

Property Value

string

Rank

Gets or sets the probability rank for the source attribution.

public short Rank { get; set; }

Property Value

short

Type

Gets or sets the source type (e.g. manuscript, author...).

public string? Type { get; set; }

Property Value

string

Methods

ToString()

Converts to string.

public override string ToString()

Returns

string

A string that represents this instance.