Generated by DocFX

Interface IProperty

Interface IProperty

Namespace: ISynergy.Framework.Core.Abstractions.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IProperty

Properties

View Source

IsDirty

Gets a value indicating whether this instance is dirty.

Declaration
bool IsDirty { get; }
Property Value
Type Description
System.Boolean

true if this instance is dirty; otherwise, false.

View Source

IsOriginalSet

Gets a value indicating whether this instance is original set.

Declaration
bool IsOriginalSet { get; }
Property Value
Type Description
System.Boolean

true if this instance is original set; otherwise, false.

View Source

Name

Gets the name of the property.

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

Methods

View Source

MarkAsClean()

Marks as clean.

Declaration
void MarkAsClean()
View Source

ResetChanges()

Resets the changes.

Declaration
void ResetChanges()

Events

View Source

ValueChanged

Occurs when [value changed].

Declaration
event EventHandler ValueChanged
Event Type
Type Description
EventHandler

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)