Class EntityBeforeLoadEventArgs
Inheritance
System.Object
System.EventArgs
EntityBeforeLoadEventArgs
Inherited Members
System.EventArgs.Empty
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
Assembly: Terrasoft.Core.dll
Syntax
public class EntityBeforeLoadEventArgs : EventArgs
Constructors
EntityBeforeLoadEventArgs()
Declaration
public EntityBeforeLoadEventArgs()
Properties
ColumnMap
Declaration
public IDictionary<string, string> ColumnMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.String> |
DataSource
Declaration
public object DataSource { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
IsCanceled
Declaration
public bool IsCanceled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |