Class OperationSource
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
Note
Gets or sets an optional note.
public string? Note { get; set; }
Property Value
Rank
Gets or sets the probability rank for the source attribution.
public short Rank { get; set; }
Property Value
Type
Gets or sets the source type (e.g. manuscript, author...).
public string? Type { get; set; }
Property Value
Methods
ToString()
Converts to string.
public override string ToString()