TypedListFieldDefinition Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
The TypedListFieldDefinition type exposes the following members.
Name | Description | |
---|---|---|
TypedListFieldDefinition |
Initializes a new instance of the TypedListFieldDefinition class.
|
Name | Description | |
---|---|---|
AggregateFunctionToUse |
Gets or sets the aggregate function to use.
| |
Caption |
Gets or sets the caption.
| |
ContainingTypedListFullName |
Gets the full name of the containing typed list.
| |
Error |
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
| |
FieldAlias |
Gets or sets the field alias.
| |
Item |
Gets the String with the specified column name.
| |
MappedFieldAsString |
Gets the mapped field as string. Format: EntityAlias.MappedField'sPathAsString
| |
MappedFieldInstance |
Gets the mapped field instance, the real field referred to by this typedlistfield
| |
MappedFieldType |
Gets the type of the mapped field.
| |
MappedFieldTypeAsString |
Gets the .NET type of the type of the mapped field as string
| |
MappedFieldWithSourceEntityAliasAsString |
Gets the mapped field as string. Format: EntityAlias.MappedField'sPathAsString
| |
MappedFieldWrapper |
Gets the mapped field wrapper.
| |
OutputSettingValues |
Gets the output setting values of this target.
| |
SourceEntityAlias |
Gets the source entity alias.
| |
SourceEntityAliasAsString |
Gets the source entity alias.
| |
TargetElementType |
Gets the target element type of this target.
|
Name | Description | |
---|---|---|
BeginEdit |
Begins an edit on an object.
| |
CancelEdit |
Discards changes since the last BeginEdit call.
| |
Clone |
Clones this instance.
| |
EndEdit | ||
Equals | (Overrides ObjectEquals(Object).) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAdditionalInterfaces |
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.
| |
GetAdditionalNamespaces |
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.
| |
GetAttributes |
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)
| |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
GetRealStringSettingValueWithMacrosResolved |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
HasBeenChanged |
Raised when the implementing element has been changed
| |
PropertyChanged |
Occurs when a property value changes. (INotifyPropertyChanged)
| |
TypedListFieldChanged |
Event for signaling a change in this object
|
Name | Description | |
---|---|---|
IEventBasedObserverBindEvents |
Binds the event handlers inside the implementing object.
| |
IEventBasedObserverUnbindEvents |
Unbinds the event handlers inside the implementing object.
| |
IOutputSettingValuesTargetTargetName |
Gets the name of the element.
|