IColumnHolder Type
Interface to hide internal members that are typically not needed by the user
Instance members
Instance member | Description |
Full Usage:
this.GetColumn
Parameters:
string
Returns: 'T
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.GetColumnOption
Parameters:
string
Returns: 'T option
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.GetColumnOptionWithDefinition
Parameters:
string
Returns: (obj * Column option) option
Modifiers: abstract |
|
Full Usage:
this.GetColumnValueOption
Parameters:
string
Returns: 'T voption
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.GetPkColumnOption
Parameters:
string list
Returns: 'T list
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.SetColumnOption
Parameters:
string
arg1 : 'T option
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.SetColumnOptionSilent
Parameters:
string
arg1 : 'T option
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.SetColumnSilent
Parameters:
string
arg1 : 'T
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.SetColumnValueOption
Parameters:
string
arg1 : 'T voption
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.SetPkColumnOptionSilent
Parameters:
string list
arg1 : 'T option
Modifiers: abstract Type parameters: 'T |
|
Full Usage:
this.SetPkColumnSilent
Parameters:
string list
arg1 : 'T
Modifiers: abstract Type parameters: 'T |
|
|
|