Interface IData
Provides a way to supply information about the class implementing this interface.
Namespace: Cuemon
Assembly: Cuemon.Core.dll
Syntax
public interface IData
Properties
| Improve this Doc View SourceData
Gets a collection of key/value pairs that provide information about this class.
Declaration
IDictionary<string, object> Data { get; }
Property Value
Type | Description |
---|---|
IDictionary<String, Object> | An object that implements the IDictionary<TKey,TValue> interface and contains a collection of key/value pairs. |