FSharp.Data.Toolbox


ProvidedStaticParameter Type

Represents a provided static parameter.

Constructors

Constructor Description

ProvidedStaticParameter(parameterName, parameterType, ?parameterDefaultValue)

Full Usage: ProvidedStaticParameter(parameterName, parameterType, ?parameterDefaultValue)

Parameters:
    parameterName : string
    parameterType : Type
    ?parameterDefaultValue : obj

Returns: ProvidedStaticParameter

Create a new provided static parameter, for use with DefineStaticParamaeters on a provided type definition.

parameterName : string
parameterType : Type
?parameterDefaultValue : obj
Returns: ProvidedStaticParameter

Instance members

Instance member Description

this.AddXmlDoc(xmlDoc)

Full Usage: this.AddXmlDoc(xmlDoc)

Parameters:
    xmlDoc : string

Add XML documentation information to this provided constructor

xmlDoc : string

this.AddXmlDocDelayed(xmlDocFunction)

Full Usage: this.AddXmlDocDelayed(xmlDocFunction)

Parameters:
    xmlDocFunction : unit -> string

Add XML documentation information to this provided constructor, where the computation of the documentation is delayed until necessary

xmlDocFunction : unit -> string