Header menu logo Fabulous.AST

TypeNameNodeModifiers Type

Static members

Static member Description

TypeNameNodeModifiers.attribute (this, attribute)

Full Usage: TypeNameNodeModifiers.attribute (this, attribute)

Parameters:
Returns: WidgetBuilder<TypeNameNode>
Modifiers: inline

Sets the attributes for the current measure type definition.

this : WidgetBuilder<TypeNameNode>

Current widget.

attribute : WidgetBuilder<AttributeNode>

The attributes to set.

Returns: WidgetBuilder<TypeNameNode>

TypeNameNodeModifiers.attributes (this, attributes)

Full Usage: TypeNameNodeModifiers.attributes (this, attributes)

Parameters:
Returns: WidgetBuilder<TypeNameNode>
Modifiers: inline

Sets the attributes for the current measure type definition.

this : WidgetBuilder<TypeNameNode>

Current widget.

attributes : WidgetBuilder<AttributeNode> list

The attributes to set.

Returns: WidgetBuilder<TypeNameNode>

TypeNameNodeModifiers.xmlDocs (this, xmlDocs)

Full Usage: TypeNameNodeModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeNameNode>

Sets the XmlDocs for the current measure type definition.

this : WidgetBuilder<TypeNameNode>

Current widget.

xmlDocs : string list

The XmlDocs to set.

Returns: WidgetBuilder<TypeNameNode>

TypeNameNodeModifiers.xmlDocs (this, xmlDocs)

Full Usage: TypeNameNodeModifiers.xmlDocs (this, xmlDocs)

Parameters:
Returns: WidgetBuilder<TypeNameNode>

Sets the XmlDocs for the current measure type definition.

this : WidgetBuilder<TypeNameNode>

Current widget.

xmlDocs : WidgetBuilder<XmlDocNode>

The XmlDocs to set.

Returns: WidgetBuilder<TypeNameNode>

Type something to start searching.