Person
:
Fact
A person
Variable
public
field
string
First
First name
public
field
string
Last
Last name
public
field
string
Middle
Middle name
public
field
string
Suffix
Suffix of the name like Jr, II, etc.
Method
public
Person
.
Constructor
(
Guid
factid
,
first
,
middle
,
last
,
string
suffix
=
null
)
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
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