SetAlias Class |
Namespace: SD.LLBLGen.Pro.LinqSupportClasses
The SetAlias type exposes the following members.
Name | Description | |
---|---|---|
SetAlias |
Initializes a new instance of the SetAlias class.
| |
SetAlias(String) |
Initializes a new instance of the SetAlias class.
|
Name | Description | |
---|---|---|
AliasString |
Gets the alias string, the string representation of this alias.
| |
IsEmpty |
Gets a value indicating whether this instance is empty, or represents an empty alias
|
Name | Description | |
---|---|---|
ContainsAliasedField |
Determines whether the field is an aliased field using this alias.
| |
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.) | |
GetAliasedFieldBasedOnOriginalField |
Gets the aliased field based on original field. Used with cloned aliases to obtain the cloned field based on the original.
| |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveField |
Removes the field passed in from the list of fields aliased by this alias. Used when a field is re-aliased.
| |
ReplaceAliasString |
Replaces the alias string with the new value. It also updates all fields which received their objectalias from this setalias.
| |
ReplaceField |
Replaces the old field with the new field in the aliasedFields list.
| |
SetObjectAliasForField |
Sets the ObjectAlias for the field passed in to AliasString. It also stores the field as a field which is tracked by this SetAlias.
| |
ToString | (Overrides ObjectToString.) |