Show / Hide Table of Contents

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 Source

Id

Gets the identifier.

Declaration
long Id { get; }
Property Value
Type Description
System.Int64

The identifier.

Events

| Improve this Doc View Source

ValueChanged

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX