Header menu logo FSharp.Data

InferedTypeTag Type

For heterogeneous types, this represents the tag that defines the form (that is either primitive type, collection, named record etc.)

Union cases

Union case Description

Boolean

Full Usage: Boolean

Collection

Full Usage: Collection

DateTime

Full Usage: DateTime

DateTimeOffset

Full Usage: DateTimeOffset

Guid

Full Usage: Guid

Heterogeneous

Full Usage: Heterogeneous

Json

Full Usage: Json

Allow for support of embedded json in e.g. xml documents

Null

Full Usage: Null

Number

Full Usage: Number

Record string option

Full Usage: Record string option

Parameters:
    Item : string option

Item : string option

String

Full Usage: String

TimeSpan

Full Usage: TimeSpan

Instance members

Instance member Description

this.Code

Full Usage: this.Code

Returns: string

Converts tag to string code that can be passed to generated code

Returns: string

this.NiceName

Full Usage: this.NiceName

Returns: string
Returns: string

Static members

Static member Description

InferedTypeTag.ParseCode(str)

Full Usage: InferedTypeTag.ParseCode(str)

Parameters:
    str : string

Returns: InferedTypeTag

Parses code returned by 'Code' member (to be used in provided code)

str : string
Returns: InferedTypeTag

Type something to start searching.