Click or drag to resize
TypedListFieldDefinition Class
Field definition class for typedlists
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsTypedListFieldDefinition

Namespace:  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[FilterPropertiesAttribute]
public class TypedListFieldDefinition : IEditableObject, 
	IDataErrorInfo, INotifyPropertyChanged, INotifyAsChanged, IEventBasedObserver, ISerializableToXml, 
	IOutputSettingValuesTarget

The TypedListFieldDefinition type exposes the following members.

Constructors
  NameDescription
Public methodTypedListFieldDefinition
Initializes a new instance of the TypedListFieldDefinition class.
Top
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
Methods
  NameDescription
Public methodBeginEdit
Begins an edit on an object.
Public methodCancelEdit
Public methodClone
Clones this instance.
Public methodEndEdit
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAdditionalInterfaces
Gets the additional interfaces, if applicable, for this element, where the default interfaces are prefiltered with the ignored interfaces defined in this element. All interface macros are replaced with real names.
Public methodGetAdditionalNamespaces
Gets the additional namespaces, if applicable, for this element, where the default namespaces are prefiltered with the ignored namespaces defined in this element. All namespace macros are replaced with real names.
Public methodGetAttributes
Gets the attributes, if applicable, for this element, where the default attributes are prefiltered with the ignored attributes defined in this element. All name macros and $length/$precision/$scale macros are replaced with real values. (if applicable)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetRealStringSettingValueWithMacrosResolved
Gets the real setting value of the setting with the name specified as string. Also resolves any macros defined in the value (if any) to real values.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSerializeToWriter
Serializes the data in this class to the serializer passed in
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventHasBeenChanged
Raised when the implementing element has been changed
Public eventPropertyChanged
Occurs when a property value changes. (INotifyPropertyChanged)
Public eventTypedListFieldChanged
Event for signaling a change in this object
Top
Explicit Interface Implementations
See Also