Class GenericTypeInfo
Inheritance
GenericTypeInfo
Namespace: ETLBox
Assembly: ETLBox.dll
Syntax#
Constructors
GenericTypeInfo(Type)#
Declaration
Parameters
Type | Name | Description |
---|
Type | type | |
Properties
AggregateColumnAttributes#
Declaration
Property Value
ColumnMapAttributes#
Declaration
Property Value
CompareColumnAttributes#
Declaration
Property Value
DeleteColumnAttributes#
Declaration
Property Value
DistinctColumnAttributes#
Declaration
Property Value
GroupColumnAttributes#
Declaration
Property Value
IdColumnAttributes#
Declaration
Property Value
IsArray#
Indicates if the type is an array (e.g. string[])
Declaration
Property Value
IsDynamic#
Indicates if the type is an ExpandoObject
Declaration
Property Value
IsPoco#
Indicates if the type is an strong type object (Plain old CLR object)
Declaration
Property Value
KeyColumnAttributes#
Declaration
Property Value
MatchColumnAttributes#
Declaration
Property Value
PivotColumnAttributes#
Declaration
Property Value
PivotRowAttributes#
Declaration
Property Value
PivotValueAttributes#
Declaration
Property Value
Properties#
Property info of the type
Declaration
Property Value
PropertiesByName#
Property info of the type by property name
Declaration
Property Value
PropertyNames#
Property names of the type
Declaration
Property Value
RemoveColumnAttributes#
Declaration
Property Value
RenameColumnAttributes#
Declaration
Property Value
ReorderColumnAttributes#
Declaration
Property Value
RetrieveColumnAttributes#
Declaration
Property Value
SelectColumnAttributes#
Declaration
Property Value
SortColumnAttributes#
Declaration
Property Value
UnderlyingPropType#
Declaration
Property Value
UpdateColumnAttributes#
Declaration
Property Value
ValidateColumnAttributes#
Declaration
Property Value
ValueGeneratedColumns#
Declaration
Property Value
Methods
ConvertAndSetValueOrThrow(PropertyInfo, object, object)#
Declaration
Parameters
ConvertAndSetValueOrThrow(string, object, object)#
Declaration
Parameters
GatherTypeInfo(AttributeType)#
Declaration
Parameters
Returns
RetrieveAdditionalTypeInfo(PropertyInfo, int)#
Declaration
Parameters
TryConvertAndSetValue(PropertyInfo, object, object, DataTypeConverterConfiguration)#
Declaration
Parameters
TryConvertAndSetValue(string, object, object, DataTypeConverterConfiguration)#
Declaration
Parameters