Click or drag to resize
EntityAlias Class
Class to define an Entity element in a typed list.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ApplicationCore.EntityModel.TypedListsEntityAlias

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
public class EntityAlias : ISerializableToXml, 
	INotifyPropertyChanged, INotifyAsChanged, INotifyAsRemoved, IDataErrorInfo, IEditableObject

The EntityAlias type exposes the following members.

Constructors
  NameDescription
Public methodEntityAlias
Initializes a new instance of the EntityAlias class.
Top
Properties
  NameDescription
Public propertyAlias
Gets / sets alias
Public propertyAliassedEntity
Gets / sets aliassedEntity
Public propertyEntityName
Gets the name of the entity. For databinding.
Public propertyError
Gets an error message indicating what is wrong with this object. The default is an empty string ("")
Public propertyItem
Gets the String with the specified column name.
Public propertyNameForOutput
Gets the name for output, e.g. code generation. This name is similar to TextualRepresentation, but has all '.' replaces with '_' characters.
Public propertyTextualRepresentation
Gets the textual representation. This is either the Alias text, or of that's empty the full name of the entity definition.
Top
Methods
  NameDescription
Public methodBeginEdit
Begins an edit on an object.
Public methodCancelEdit
Public methodEndEdit
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
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 eventEntityAliasChanged
Event for signaling a change in this object
Public eventHasBeenChanged
Raised when the implementing element has been changed
Public eventHasBeenRemoved
Raised when the implementing element has been removed from its container
Public eventPropertyChanged
Occurs when a property value changes. (INotifyPropertyChanged)
Top
See Also