Interface IProperty<T>
Interface IProperty Implements the IProperty
Inherited Members
Namespace: ISynergy.Framework.Core.Abstractions.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IProperty<T> : IProperty
Type Parameters
Name | Description |
---|---|
T |
Properties
View SourceOriginalValue
Gets or sets the original value.
Declaration
T OriginalValue { get; set; }
Property Value
Type | Description |
---|---|
T | The original value. |
Value
Gets or sets the value.
Declaration
T Value { get; set; }
Property Value
Type | Description |
---|---|
T | The value. |
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)