Class Citation
Assembly: AnalysisBase.dll
Syntax
public class Citation : IEquatable<Citation>
Constructors
|
Improve this Doc
View Source
Citation(IReadOnlyCollection<Author>, String, String, String)
Declaration
public Citation(IReadOnlyCollection<Author> Authors, string Title, string Project, string Uri)
Parameters
Properties
|
Improve this Doc
View Source
Authors
Declaration
public IReadOnlyCollection<Author> Authors { get; set; }
Property Value
|
Improve this Doc
View Source
Project
Declaration
public string Project { get; set; }
Property Value
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
|
Improve this Doc
View Source
Uri
Declaration
public string Uri { get; set; }
Property Value
Implements
Extension Methods