Attribute
:
object
Information about an identifier and its type
Method
public
AttributeTypes
Attribute
.
AttributeType
Returns the type of this property
public
readonly
Attribute
[]
Attribute
.
Children
Returns an array of reflections for each child identifier
public
virtual
int
object
.
Compare
(
value
)
Compares this object with another and returns (-1, 0, or 1)
public
string
Attribute
.
Description
Returns a simple description of the item
public
readonly
Attribute
Attribute
.
FindChild
(
name
)
Returns the child with name or null if not found
public
readonly
Attribute
.
FindChildValue
(
name
)
Returns the value of the child with name or null if not found
public
string
Attribute
.
FullName
The fully qualified name of the identifier
public
readonly
Attribute
[]
Attribute
.
GetFormatProperties
Return the list of associated formatting fields
public
virtual
Icon
object
.
GetIcon
Return a icon for this object
public
virtual
object
.
GetLayoutBlock
Return a layout inside a block
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
Attribute
.
Label
The label of the identifier
public
string
Attribute
.
Name
The name of the identifier
public
readonly
Attribute
.
Namespace
The namespace containing this identifier, or null if none
public
string
Attribute
.
OperatorText
Returns the source operator text or null if none
public
readonly
int
Attribute
.
ParameterCount
Returns the number of parameters of a function (0 for non-function)
public
readonly
Attribute
.
Prototype
(
fullname
=
null
)
Return the function prototype (with parameters) of this identifier
public
readonly
Attribute
.
SymbolSource
Returns the source associated with this attribute variable (if any)
public
Type
Attribute
.
Type
Return the type of the value
public
readonly
string
Attribute
.
UnitName
Name for a unit, null if none
public
readonly
string
Attribute
.
UnitPlural
Plural name for a unit, null if none
public
Attribute
.
Value
(
arguments
=
null
)
Calls the function associated with attribute