Class EntityBeforeEventArgs
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 EntityBeforeEventArgs : EventArgs
Constructors
EntityBeforeEventArgs()
Declaration
public EntityBeforeEventArgs()
Properties
AdditionalCondition
Declaration
public QueryCondition AdditionalCondition { get; set; }
Property Value
Type | Description |
---|---|
QueryCondition |
IsCanceled
Declaration
public bool IsCanceled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsValidationEnabled
Indicates whether validation is enabled.
Declaration
public bool IsValidationEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
KeyValue
Declaration
public object KeyValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |