Interface IDataItem
Defines the basic interface of a DataItem or data contract.
Namespace: spyderSoft.DataLayer.Core
Assembly: spyderSoft.DataLayer.Core.dll
Syntax
public interface IDataItem
Properties
| Improve this Doc View SourceId
Gets the identifier.
Declaration
long Id { get; }
Property Value
Type | Description |
---|---|
System.Int64 | The identifier. |
Events
| Improve this Doc View SourceValueChanged
An event which is raised when the value of a property is updated
Declaration
event EventHandler<DataItemEventArgs> ValueChanged
Event Type
Type | Description |
---|---|
System.EventHandler<DataItemEventArgs> |