Interface IProperty
Interface IProperty
Namespace: ISynergy.Framework.Core.Abstractions.Base
Assembly: ISynergy.Framework.Core.dll
Syntax
public interface IProperty
Properties
View SourceIsDirty
Gets a value indicating whether this instance is dirty.
Declaration
bool IsDirty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsOriginalSet
Gets a value indicating whether this instance is original set.
Declaration
bool IsOriginalSet { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Name
Gets the name of the property.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceMarkAsClean()
Marks as clean.
Declaration
void MarkAsClean()
ResetChanges()
Resets the changes.
Declaration
void ResetChanges()
Events
View SourceValueChanged
Occurs when [value changed].
Declaration
event EventHandler ValueChanged
Event Type
Type | Description |
---|---|
EventHandler |