ctrlX Data Layer .NET API  4.3.0
Loading...
Searching...
No Matches
INotifyItem.cs
1namespace Datalayer
2{
6 public interface INotifyItem
7 {
11 IVariant Value { get; }
12
16 IVariant Info { get; }
17 }
18}
The INotifyItem interface.
Definition: INotifyItem.cs:7
IVariant Value
Gets the value.
Definition: INotifyItem.cs:11
IVariant Info
Gets the info.
Definition: INotifyItem.cs:16
The IVariant interface.
Definition: IVariant.cs:10