ElasticsearchTypeProvider


ProvidedParameter

Namespace: ProviderImplementation.ProvidedTypes

Represents an erased provided parameter

Constructors

ConstructorDescription
new(...)
Signature: (parameterName:string * parameterType:Type * isOut:bool option * optionalValue:obj option) -> ProvidedParameter

Create a new provided parameter.

CompiledName: .ctor

Instance members

Instance memberDescription
AddCustomAttribute(arg1)
Signature: CustomAttributeData -> unit

Add a custom attribute to the provided parameter.

HasDefaultParameterValue
Signature: bool

Indicates if the parameter has a default value

CompiledName: get_HasDefaultParameterValue

IsParamArray()
Signature: unit -> bool

Indicates if the parameter is marked as ParamArray

CompiledName: set_IsParamArray

IsParamArray()
Signature: unit -> unit

Indicates if the parameter is marked as ParamArray

CompiledName: set_IsParamArray

IsReflectedDefinition()
Signature: unit -> bool

Indicates if the parameter is marked as ReflectedDefinition

CompiledName: set_IsReflectedDefinition

IsReflectedDefinition()
Signature: unit -> unit

Indicates if the parameter is marked as ReflectedDefinition

CompiledName: set_IsReflectedDefinition

Fork me on GitHub