Class EntityColumnBeforeEventArgs
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 EntityColumnBeforeEventArgs : EntityBeforeEventArgs
Constructors
EntityColumnBeforeEventArgs()
Declaration
public EntityColumnBeforeEventArgs()
Properties
ColumnStreamValue
Declaration
public Stream ColumnStreamValue { get; }
Property Value
Type | Description |
---|---|
System.IO.Stream |
ColumnValue
Declaration
public object ColumnValue { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
ColumnValueName
Declaration
public string ColumnValueName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayColumnValue
Declaration
public string DisplayColumnValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DisplayColumnValueName
Declaration
public string DisplayColumnValueName { get; set; }
Property Value
Type | Description |
---|---|
System.String |