Interface IData
An interface that allows simple access to the main value of data.
This interface is mainly used to implement editor-related functions in UniData. In many cases, users can use the generic version of IData<T> instead.
Inherited Members
Namespace: MackySoft.UniData
Assembly: cs.temp.dll.dll
Syntax
public interface IData : IReadOnlyData, IEntry
Properties
Value
Main value of data.
Declaration
object Value { get; set; }
Property Value
Type | Description |
---|---|
Object |