Show / Hide Table of Contents

Class EntityPropertyChangeInfo

Inheritance
System.Object
EntityPropertyChangeInfo
Namespace: Volo.Abp.Auditing
Assembly: Volo.Abp.Auditing.dll
Syntax
public class EntityPropertyChangeInfo : object

Fields

MaxPropertyNameLength

Maximum length of PropertyName property. Value: 96.

Declaration
public const int MaxPropertyNameLength = null
Field Value
Type Description
System.Int32

MaxPropertyTypeFullNameLength

Maximum length of PropertyTypeFullName property. Value: 512.

Declaration
public const int MaxPropertyTypeFullNameLength = null
Field Value
Type Description
System.Int32

MaxValueLength

Maximum length of NewValue and OriginalValue properties. Value: 512.

Declaration
public const int MaxValueLength = null
Field Value
Type Description
System.Int32

Properties

NewValue

Declaration
public virtual string NewValue { get; set; }
Property Value
Type Description
System.String

OriginalValue

Declaration
public virtual string OriginalValue { get; set; }
Property Value
Type Description
System.String

PropertyName

Declaration
public virtual string PropertyName { get; set; }
Property Value
Type Description
System.String

PropertyTypeFullName

Declaration
public virtual string PropertyTypeFullName { get; set; }
Property Value
Type Description
System.String

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft