Generated by DocFX

Interface IEntityBase

Interface IEntityBase Implements the IClassBase

Inherited Members
IClassBase.Version
IClassBase.IsDeleted
Namespace: ISynergy.Framework.Core.Abstractions.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IEntityBase : IClassBase

Properties

View Source

ChangedBy

Gets or sets the changed by.

Declaration
string ChangedBy { get; set; }
Property Value
Type Description
System.String

The changed by.

View Source

ChangedDate

Gets or sets the changed date.

Declaration
DateTimeOffset? ChangedDate { get; set; }
Property Value
Type Description
System.Nullable<DateTimeOffset>

The changed date.

View Source

CreatedBy

Gets or sets the created by.

Declaration
string CreatedBy { get; set; }
Property Value
Type Description
System.String

The created by.

View Source

CreatedDate

Gets or sets the created date.

Declaration
DateTimeOffset CreatedDate { get; set; }
Property Value
Type Description
DateTimeOffset

The created date.

View Source

Memo

Gets or sets the memo.

Declaration
string Memo { get; set; }
Property Value
Type Description
System.String

The memo.

Extension Methods

Matrix.Replace<T>(T, Object, Object)
Matrix.IsEqual(Object, Object, Decimal, Decimal)
EntityBaseExtensions.HasProperty(Object, String)
ArrayExtensions.Concatenate<T>(T, T[])
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>)
ObjectExtensions.Clone<T>(T)
ObjectExtensions.To<T>(Object)
ObjectExtensions.To(Object, Type)
ObjectExtensions.HasMethod(Object, String)
ObjectExtensions.AddressOf<T>(T)
ReflectionExtensions.GetIdentityValue<T>(T)
ReflectionExtensions.GetIdentityValue<T, TResult>(T)
ReflectionExtensions.GetIdentityProperty<T>(T)
ReflectionExtensions.HasIdentityProperty<T>(T)
ReflectionExtensions.GetPropertyValue<T, TResult>(T, String, TResult)
ReflectionExtensions.GetPropertyInfo<T, TValue>(T, Expression<Func<T, TValue>>)
ReflectionExtensions.GetTitleValue<T>(T)
ReflectionExtensions.HasParentIdentityProperty<T>(T)
ReflectionExtensions.GetParentIdentityProperty<T>(T)
ReflectionExtensions.IsFreeApplication<T>(T)

See Also

IClassBase