Class EntityExtensions
Provides helper methods for Entity to use in autogenerated code.
Inheritance
System.Object
EntityExtensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.Entities.Extensions
Assembly: Terrasoft.Core.dll
Syntax
public static class EntityExtensions
Methods
CopyEntityLookupProperties(Entity, Entity)
Copies lookup properties to target entity if corresponding columns are loaded.
Declaration
public static void CopyEntityLookupProperties(this Entity source, Entity entity)
Parameters
Type | Name | Description |
---|---|---|
Entity | source | Entity to copy properties to. |
Entity | entity | Entity to copy properties from. |