RawElementDefinition Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel
The RawElementDefinition type exposes the following members.
Name | Description | |
---|---|---|
RawElementDefinition |
CTor
|
Name | Description | |
---|---|---|
AddToProject |
Flag if this element should be added to the project or not.
| |
ContainingList |
The list containing this object
| |
ElementName |
The temporary name for the element.
| |
Error |
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
| |
GroupName |
Gets or sets the name of the group the element will be placed in.
| |
IsValid |
Gets a value indicating whether this instance is valid.
| |
Item |
Gets the String with the specified column name.
| |
MappedCatalogElementName |
Gets the name of the mapped catalog element.
| |
NameCreatorFunc |
Func to use for the unique name creation method. this is the same func that was used when creating the original name passed into the constructor.
| |
ReturnElementName |
Gets the name of the return element, which is in the format group.elementname. Can be empty, if no return type is applicable. Only
set in the case of a TVF call.
| |
SuppressNameReset |
If true, the name reset isn't performed. This is used in bulk groupresets, as the group is set per element but checks are across groups.
| |
Target |
Target table / view of element.
| |
TargetHasAlreadyElementMapped |
Flag to signal if the target (MappedCatalogElementName) already has an element mapped in the project or not.
| |
TargetName |
The name of the target
|
Name | Description | |
---|---|---|
BeginEdit |
Begins an edit on an object.
| |
CancelEdit |
Discards changes since the last BeginEdit call.
| |
EndEdit | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from 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.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ResetElementName |
Resets the ElementName to the name obtained from the target, and it's appended with a counter, starting with 1, if it's a duplicate in the group
specified on this raw element. Method is used when the group name is changed on raw elements which aren't manually renamed, to prevent the user
from having to removing all the counter suffixes manually.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
PropertyChanged |
Occurs when a property value changes.
|
Name | Description | |
---|---|---|
DefaultReturnElementName |
Name | Description | |
---|---|---|
IRawCatalogElementGroupName |
Gets or sets the name of the group the element will be placed in.
|