EntityAlias Class |
Namespace: SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedLists
The EntityAlias type exposes the following members.
Name | Description | |
---|---|---|
EntityAlias |
Initializes a new instance of the EntityAlias class.
|
Name | Description | |
---|---|---|
Alias |
Gets / sets alias
| |
AliassedEntity |
Gets / sets aliassedEntity
| |
EntityName |
Gets the name of the entity. For databinding.
| |
Error |
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
| |
Item |
Gets the String with the specified column name.
| |
NameForOutput |
Gets the name for output, e.g. code generation. This name is similar to TextualRepresentation, but has all '.' replaces with '_' characters.
| |
TextualRepresentation |
Gets the textual representation. This is either the Alias text, or of that's empty the full name of the entity definition.
|
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.) | |
SerializeToWriter |
Serializes the data in this class to the serializer passed in
| |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
EntityAliasChanged |
Event for signaling a change in this object
| |
HasBeenChanged |
Raised when the implementing element has been changed
| |
HasBeenRemoved |
Raised when the implementing element has been removed from its container
| |
PropertyChanged |
Occurs when a property value changes. (INotifyPropertyChanged)
|