Click or drag to resize

TypedListFieldDefinition Properties

The TypedListFieldDefinition type exposes the following members.

Properties
  NameDescription
Public propertyAggregateFunctionToUse
Gets or sets the aggregate function to use.
Public propertyCaption
Gets or sets the caption.
Public propertyContainingTypedListFullName
Gets the full name of the containing typed list.
Public propertyError
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
Public propertyFieldAlias
Gets or sets the field alias.
Public propertyItem
Gets the String with the specified column name.
Public propertyMappedFieldAsString
Gets the mapped field as string. Format: EntityAlias.MappedField'sPathAsString
Public propertyMappedFieldInstance
Gets the mapped field instance, the real field referred to by this typedlistfield
Public propertyMappedFieldType
Gets the type of the mapped field.
Public propertyMappedFieldTypeAsString
Gets the .NET type of the type of the mapped field as string
Public propertyMappedFieldWithSourceEntityAliasAsString
Gets the mapped field as string. Format: EntityAlias.MappedField'sPathAsString
Public propertyMappedFieldWrapper
Gets the mapped field wrapper.
Public propertyOutputSettingValues
Gets the output setting values of this target.
Public propertySourceEntityAlias
Gets the source entity alias.
Public propertySourceEntityAliasAsString
Gets the source entity alias.
Public propertyTargetElementType
Gets the target element type of this target.
Top
Explicit Interface Implementations
See Also