Fact
:
object
A fact with a unique identifier
Method
public
Fact
.
Constructor
(
Guid
factid
)
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
readonly
Guid
Fact
.
FactId
Returns the fact guid
public
Fact
[]
Fact
.
FindFacts
(
linktype
,
bool
reverse
=
null
)
Returns an array of facts linked to this fact via the linktype
public
Fact
Fact
.
FindFirstFact
(
linktype
,
bool
reverse
=
null
)
Returns the first of any facts linked to this fact via the linktype
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
public
virtual
Fact
.
GetLayoutFact
Return a layout for the fact browser
public
virtual
Fact
.
GetLayoutNode
Return a layout for a graph display
public
virtual
object
.
GetLayoutSpan
Return a layout inside a span
public
virtual
object
.
GetLayoutTip
Return a layout for the hint popup
public
virtual
object
.
GetSourceReference
Return a source reference for this object
public
virtual
void
object
.
GetTexSource
(
source
)
LaTeX source code for this object
public
readonly
string
Fact
.
GetVariableFullName
Returns the fully qualified name of the global variable associated with this fact, if any
public
string
Fact
.
GetVariableName
Returns the name of the global variable associated with this fact, if any
public
bool
Fact
.
ReadFromStorage
Read the fact from storage
public
void
Fact
.
WriteToStorage
Save the fact to storage