Header menu logo FsCDK

StandardAttributeBuilder Type

Constructors

Constructor Description

StandardAttributeBuilder()

Full Usage: StandardAttributeBuilder()

Returns: StandardAttributeBuilder
Returns: StandardAttributeBuilder

Instance members

Instance member Description

this.Combine

Full Usage: this.Combine

Parameters:
Returns: StandardAttrConfig
a : StandardAttrConfig
b : StandardAttrConfig
Returns: StandardAttrConfig

this.For

Full Usage: this.For

Parameters:
Returns: StandardAttrConfig
Modifiers: inline
cfg : StandardAttrConfig
f : unit -> StandardAttrConfig
Returns: StandardAttrConfig

mutable' v

Full Usage: mutable' v

Parameters:
    v : bool - Set to true to make the attribute mutable.

Returns: StandardAttrConfig

Marks the standard attribute as mutable.

v : bool

Set to true to make the attribute mutable.

Returns: StandardAttrConfig

required v

Full Usage: required v

Parameters:
    v : bool - Set to true to make the attribute required.

Returns: StandardAttrConfig

Marks the standard attribute as required.

v : bool

Set to true to make the attribute required.

Returns: StandardAttrConfig

this.Run

Full Usage: this.Run

Parameters:
Returns: StandardAttribute
cfg : StandardAttrConfig
Returns: StandardAttribute

this.Yield

Full Usage: this.Yield

Parameters:
    () : unit

Returns: StandardAttrConfig
() : unit
Returns: StandardAttrConfig

this.Zero

Full Usage: this.Zero

Returns: StandardAttrConfig
Returns: StandardAttrConfig

Type something to start searching.